Html Css Color HEX #E15E8E Dark Pink

📋 copy color: '#E15E8E'

red 225 ◦ green 94 ◦ blue 142

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

Shades of Dark Pink #E15E8E

Tints of Dark Pink #E15E8E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.39%

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

R = 48.81%
G = 20.39%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E15E8E (or 0xE15E8E) is known color: Dark Pink. HEX triplet: E1, 5E and 8E. RGB value is (225,94,142). Sum of RGB (Red+Green+Blue) = 225+94+142=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15E8E is #1EA171. Grayscale: #8A8A8A. Windows color (decimal): -2007410 or 9330401. OLE color: 9330401.

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

Color convert

RGB 225 94 142 -
CMYK 0 0.58 0.37 0.12
HSL 338.02º 0.69% 0.63% -
HSV(B) 338.02º 0.58% 0.88% -
XYZ 39.94 25.97 28.5 -
YUV 138.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 225 94 142 0 0.58 0.37 0.12 338.02 0.69 0.63
Hex E1 5E 8E 0 3A 25 C 152 45 3F
Octal 341 136 216 0 72 45 14 522 105 77
Binary 11100001 1011110 10001110 0 111010 100101 1100 101010010 1000101 111111

Color Harmonies of #E15E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E8E

Black with #E15E8E

Text Example


Text Example

White with #E15E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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