COLOR #E355C6

HEX: #E355C6
RGB: (227,85,198)

Renk bilgisi

#E355C6 contains mainly red and blue colors. #E355C6 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#E355C6 color RGB value is (227,85,198).

  • kırmız ton 227;
  • yeşil ton 85;
  • mavi ton 198.
RGB:
(227,85,198)
(89%,33%,78%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 85 of 255 = 33%
B 198 of 255 = 78%

227
85
198

R + G + B ~ 67%. #E355C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 85 + 198 = 510 (100%)
R 227 of 510 ~ 44.51%
G 85 of 510 ~ 16.67%
B 198 of 510 ~ 38.82%

%44.51
%16.67
%38.82

CMYK RENK MODELİ

#E355C6 rengi CMYK tonu (0,63,13,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.56%
  • sarı tonu 12.78%
  • ana renk tonu 10.98%
CMYK:
(0,63,13,11)
C0M63Y13K11 
(0%,63%,13%,11%)
(0.00/0.63/0.13/0.11)	

CMYK yüzdeleri

%0
%62.56
%12.78
%10.98

Codes

Color #E355C6 in popluar color models

E355C6
RGB22785198
HSL312°71.72%61.18%
HSB/HSV312°62.56%89.02%
CMYK0.00%62.56%12.78%
10.98%

Color #E355C6 in popluar number systems.

HEXE355C6
Decimal22785198
Binary11100011101010111000110
Octal343125306

Shades and tints

Shades of #E355C6

#E355C6
(227,85,198)
#CF4EB4
(207,78,180)
#BB47A2
(187,71,162)
#A74090
(167,64,144)
#93397E
(147,57,126)
#7F326C
(127,50,108)
#6B2B5A
(107,43,90)
#572448
(87,36,72)
#431D36
(67,29,54)
#2F1624
(47,22,36)
#1B0F12
(27,15,18)
#000000
(0,0,0)

Tints of #E355C6

#E355C6
(227,85,198)
#E564CB
(229,100,203)
#E773D0
(231,115,208)
#E982D5
(233,130,213)
#EB91DA
(235,145,218)
#EDA0DF
(237,160,223)
#EFAFE4
(239,175,228)
#F1BEE9
(241,190,233)
#F3CDEE
(243,205,238)
#F5DCF3
(245,220,243)
#F7EBF8
(247,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E355C6 color. Also use rgb(227,85,198) instead hex code.

Text Font Color

.myTextColor { color: #E355C6; }

<p style="color:#E355C6">This sample text font color is #E355C6.</p>

This text font color is #E355C6.


Background Color

.myBgColor { background-color: #E355C6; }

<div style="background-color:#E355C6">Inner text</div>

This div background color is #E355C6.


Border color

.myBorderColor { border: 1px solid #E355C6; }

<div style="border:3px solid #E355C6">Div</div>

This div border color is #E355C6.


Opacity

.myOpacity80 { color: #E355C6; opacity: 0.8; }

<p style="color:#E355C6;opacity:0.8;">80%</p>

Text with #E355C6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E355C6;}

<p style="text-shadow: 3px 3px 1px #E355C6">Text here.</p>

This text has shadow with #E355C6 color.

.textShadow {text-shadow: 3px 3px 1px #E355C6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E355C6, 5px 5px 20px red">Text here.</p>

This text has shadow with #E355C6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E355C6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E355C6, Direction=45, Strength=4)">Text</p>

This text has shadow with #E355C6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E355C6;
  -webkit-box-shadow:	1px 1px 3px 2px #E355C6;
  box-shadow:		1px 1px 3px 2px #E355C6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E355C6;
-webkit-box-shadow: 1px 1px 3px 2px #E355C6;
box-shadow:1px 1px 3px 2px #E355C6;">
Div content here</div>
This div box has shadow with color #E355C6.

Preview

Color preview on black background

This text has color #E355C6 on black background.


Color preview on white background

This text has color #E355C6 on white background.



Black color preview on #E355C6 background

This text has black color on #E355C6 background.


White color preview on #E355C6 background

This text has white color on #E355C6 background.