COLOR #E35FD0

HEX: #E35FD0 RGB: (227,95,208)

Color info

#E35FD0 contains mainly red and blue colors. Web safe color of #E35FD0 is #CC66CC (or #C6C).

RGB color model

#E35FD0 color RGB value is (227,95,208).

RGB: (227,95,208) (89%, 37%, 82%)

RGB channels and saturation

R 227 of 255 = 89%
G 95 of 255 = 37%
B 208 of 255 = 82%

227
95
208

R + G + B ~ 69%. #E35FD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 95 + 208 = 530 (100%)
R 227 of 530 ~ 42.83%
G 95 of 530 ~ 17.92%
B 208 of 530 ~ 39.25'%

%42.83
%17.92
%39.25

CMYK color model

#E35FD0 color CMYK value is (0,58,8,11).

  • cyan value is 0.00%
  • magenta value is 58.15%
  • yellow value is 8.37%
  • key color value is 10.98%
CMYK: (0,58,8,11) C0M58Y8K11 (0%,58%,8%,11%) (0.00/0.58/0.08/0.11) 

CMYK percentages

%0
%58.15
%8.37
%10.98

Codes

Color #E35FD0 in popluar color models

E3 5F D0
RGB 227 95 208
HSL 309° 70.21% 63.14%
HSB/HSV 309° 58.15% 89.02%
CMYK 0.00% 58.15% 8.37%
10.98%

Color #E35FD0 in popluar number systems.

HEX E3 5F D0
Decimal 227 95 208
Binary 11100011 1011111 11010000
Octal 343 137 320

Shades and tints

Shades of #E35FD0

#E35FD0
(227,95,208)
#CF57BE
(207,87,190)
#BB4FAC
(187,79,172)
#A7479A
(167,71,154)
#933F88
(147,63,136)
#7F3776
(127,55,118)
#6B2F64
(107,47,100)
#572752
(87,39,82)
#431F40
(67,31,64)
#2F172E
(47,23,46)
#1B0F1C
(27,15,28)
#000000
(0,0,0)

Tints of #E35FD0

#E35FD0
(227,95,208)
#E56DD4
(229,109,212)
#E77BD8
(231,123,216)
#E989DC
(233,137,220)
#EB97E0
(235,151,224)
#EDA5E4
(237,165,228)
#EFB3E8
(239,179,232)
#F1C1EC
(241,193,236)
#F3CFF0
(243,207,240)
#F5DDF4
(245,221,244)
#F7EBF8
(247,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E35FD0 color. Also use rgb(227,95,208) instead hex code.

Text Font Color

.myTextColor { color: #E35FD0; }

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

This text font color is #E35FD0.

Background Color

.myBgColor { background-color: #E35FD0; }

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

This div background color is #E35FD0.

Border color

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

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

This div border color is #E35FD0.

Opacity

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

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

Text with #E35FD0 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 #E35FD0;}

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

This text has shadow with #E35FD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E35FD0.

Preview

Color preview on black background

This text has color #E35FD0 on black background.


Color preview on white background

This text has color #E35FD0 on white background.


Black color preview on #E35FD0 background

This text has black color on #E35FD0 background.


White color preview on #E35FD0 background

This text has white color on #E35FD0 background.


Related colors

Complementary color

Complementary color for #hex is #1CA02F.


I love getcolorcode.com

Triadic colors

1 #D0E35F and #5FD0E3 with #E35FD0 are triadic colors.

2 #D05FE3 and #5FE3D0 with #E35FD0 are triadic colors.