COLOR #E165D0

HEX: #E165D0
RGB: (225,101,208)

Color info

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

RGB color model

#E165D0 color RGB value is (225,101,208).

  • red value is 225;
  • green value is 101;
  • blue value is 208.
RGB:
(225,101,208)
(88%,40%,82%)

RGB channels and saturation

R 225 of 255 = 88%
G 101 of 255 = 40%
B 208 of 255 = 82%

225
101
208

R + G + B ~ 70%. #E165D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 101 + 208 = 534 (100%)
R 225 of 534 ~ 42.13%
G 101 of 534 ~ 18.91%
B 208 of 534 ~ 38.95%

%42.13
%18.91
%38.95

CMYK color model

#E165D0 color CMYK value is (0,55,8,12).

  • cyan value is 0.00%
  • magenta value is 55.11%
  • yellow value is 7.56%
  • key color value is 11.76%
CMYK:
(0,55,8,12)
C0M55Y8K12 
(0%,55%,8%,12%)
(0.00/0.55/0.08/0.12)	

CMYK percentages

%0
%55.11
%7.56
%11.76

Codes

Color #E165D0 in popluar color models

E165D0
RGB225101208
HSL308°67.39%63.92%
HSB/HSV308°55.11%88.24%
CMYK0.00%55.11%7.56%
11.76%

Color #E165D0 in popluar number systems.

HEXE165D0
Decimal225101208
Binary11100001110010111010000
Octal341145320

Shades and tints

Shades of #E165D0

#E165D0
(225,101,208)
#CD5CBE
(205,92,190)
#B953AC
(185,83,172)
#A54A9A
(165,74,154)
#914188
(145,65,136)
#7D3876
(125,56,118)
#692F64
(105,47,100)
#552652
(85,38,82)
#411D40
(65,29,64)
#2D142E
(45,20,46)
#190B1C
(25,11,28)
#000000
(0,0,0)

Tints of #E165D0

#E165D0
(225,101,208)
#E373D4
(227,115,212)
#E581D8
(229,129,216)
#E78FDC
(231,143,220)
#E99DE0
(233,157,224)
#EBABE4
(235,171,228)
#EDB9E8
(237,185,232)
#EFC7EC
(239,199,236)
#F1D5F0
(241,213,240)
#F3E3F4
(243,227,244)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E165D0 color. Also use rgb(225,101,208) instead hex code.

Text Font Color

.myTextColor { color: #E165D0; }

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

This text font color is #E165D0.


Background Color

.myBgColor { background-color: #E165D0; }

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

This div background color is #E165D0.


Border color

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

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

This div border color is #E165D0.


Opacity

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

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

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

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

This text has shadow with #E165D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E165D0 on black background.


Color preview on white background

This text has color #E165D0 on white background.



Black color preview on #E165D0 background

This text has black color on #E165D0 background.


White color preview on #E165D0 background

This text has white color on #E165D0 background.