Html Css Color HEX #E15992 Dark Pink

📋 copy color: '#E15992'

red 225 ◦ green 89 ◦ blue 146

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

Shades of Dark Pink #E15992

Tints of Dark Pink #E15992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.35%

 BLUE value IS 146 (57.42% from 255) = 31.74%

R = 48.91%
G = 19.35%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E15992 (or 0xE15992) is known color: Dark Pink. HEX triplet: E1, 59 and 92. RGB value is (225,89,146). Sum of RGB (Red+Green+Blue) = 225+89+146=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E15992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15992 is #1EA66D. Grayscale: #888888. Windows color (decimal): -2008686 or 9591265. OLE color: 9591265.

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

Color convert

RGB 225 89 146 -
CMYK 0 0.60 0.35 0.12
HSL 334.85º 0.69% 0.62% -
HSV(B) 334.85º 0.6% 0.88% -
XYZ 39.81 25.23 29.97 -
YUV 136.16 133.56 191.37 -
System Red Green Blue C M Y K H S L
Decimal 225 89 146 0 0.60 0.35 0.12 334.85 0.69 0.62
Hex E1 59 92 0 3C 23 C 14F 45 3E
Octal 341 131 222 0 74 43 14 517 105 76
Binary 11100001 1011001 10010010 0 111100 100011 1100 101001111 1000101 111110

Color Harmonies of #E15992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15992

Black with #E15992

Text Example


Text Example

White with #E15992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15992; }

 p { color: rgb(225,89,146); }

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

background-color css

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

 a { background-color: rgb(225,89,146); }

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

border-color css

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

 span { border-color: rgb(225,89,146); }

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