Html Css Color HEX #E15E8A Dark Pink

📋 copy color: '#E15E8A'

red 225 ◦ green 94 ◦ blue 138

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

Shades of Dark Pink #E15E8A

Tints of Dark Pink #E15E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 49.23%
G = 20.57%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E15E8A (or 0xE15E8A) is known color: Dark Pink. HEX triplet: E1, 5E and 8A. RGB value is (225,94,138). Sum of RGB (Red+Green+Blue) = 225+94+138=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15E8A is #1EA175. Grayscale: #8A8A8A. Windows color (decimal): -2007414 or 9068257. OLE color: 9068257.

HSL color Cylindrical-coordinate representation of color #E15E8A: hue angle of 339.85º 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 #E15E8A is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 94 138 -
CMYK 0 0.58 0.39 0.12
HSL 339.85º 0.69% 0.63% -
HSV(B) 339.85º 0.58% 0.88% -
XYZ 39.64 25.85 26.94 -
YUV 138.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 225 94 138 0 0.58 0.39 0.12 339.85 0.69 0.63
Hex E1 5E 8A 0 3A 27 C 154 45 3F
Octal 341 136 212 0 72 47 14 524 105 77
Binary 11100001 1011110 10001010 0 111010 100111 1100 101010100 1000101 111111

Color Harmonies of #E15E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E8A

Black with #E15E8A

Text Example


Text Example

White with #E15E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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