Html Css Color HEX #E15A8E Dark Pink

📋 copy color: '#E15A8E'

red 225 ◦ green 90 ◦ blue 142

#E15A8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #E15A8E

Tints of Dark Pink #E15A8E

RGB

 RED value IS 225 (88.28% from 255) = 49.23%

 GREEN value IS 90 (35.55% from 255) = 19.69%

 BLUE value IS 142 (55.86% from 255) = 31.07%

R = 49.23%
G = 19.69%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E15A8E (or 0xE15A8E) is known color: Dark Pink. HEX triplet: E1, 5A and 8E. RGB value is (225,90,142). Sum of RGB (Red+Green+Blue) = 225+90+142=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15A8E is #1EA571. Grayscale: #888888. Windows color (decimal): -2008434 or 9329377. OLE color: 9329377.

HSL color Cylindrical-coordinate representation of color #E15A8E: hue angle of 336.89º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15A8E is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 90 142 -
CMYK 0 0.60 0.37 0.12
HSL 336.89º 0.69% 0.62% -
HSV(B) 336.89º 0.6% 0.88% -
XYZ 39.59 25.27 28.38 -
YUV 136.29 131.23 191.27 -
System Red Green Blue C M Y K H S L
Decimal 225 90 142 0 0.60 0.37 0.12 336.89 0.69 0.62
Hex E1 5A 8E 0 3C 25 C 151 45 3E
Octal 341 132 216 0 74 45 14 521 105 76
Binary 11100001 1011010 10001110 0 111100 100101 1100 101010001 1000101 111110

Color Harmonies of #E15A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A8E

Black with #E15A8E

Text Example


Text Example

White with #E15A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A8E; }

 p { color: rgb(225,90,142); }

 H1.HeaderClassName
 {
   color: #E15A8E;
 }
 .AnyTagClassName
 {
   color: #E15A8E;
 }
</style>

background-color css

<style>
 a { background-color: #E15A8E; }

 a { background-color: rgb(225,90,142); }

 div.DivClassName
 {
   background-color: #E15A8E;
 }
 .BgClassName
 {
   background-color: #E15A8E;
 }
</style>

border-color css

<style>
 span { border-color: #E15A8E; }

 span { border-color: rgb(225,90,142); }

 td.TdClassName
 {
   border-color: #E15A8E;
 }
 .TagClassName
 {
   border-color: #E15A8E;
 }
</style>