Html Css Color HEX #E15995 Dark Pink

📋 copy color: '#E15995'

red 225 ◦ green 89 ◦ blue 149

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

Shades of Dark Pink #E15995

Tints of Dark Pink #E15995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.18%

R = 48.6%
G = 19.22%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E15995 (or 0xE15995) is known color: Dark Pink. HEX triplet: E1, 59 and 95. RGB value is (225,89,149). Sum of RGB (Red+Green+Blue) = 225+89+149=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E15995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15995 is #1EA66A. Grayscale: #888888. Windows color (decimal): -2008683 or 9787873. OLE color: 9787873.

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

Color convert

RGB 225 89 149 -
CMYK 0 0.60 0.34 0.12
HSL 333.53º 0.69% 0.62% -
HSV(B) 333.53º 0.6% 0.88% -
XYZ 40.05 25.32 31.21 -
YUV 136.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 225 89 149 0 0.60 0.34 0.12 333.53 0.69 0.62
Hex E1 59 95 0 3C 22 C 14E 45 3E
Octal 341 131 225 0 74 42 14 516 105 76
Binary 11100001 1011001 10010101 0 111100 100010 1100 101001110 1000101 111110

Color Harmonies of #E15995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15995

Black with #E15995

Text Example


Text Example

White with #E15995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15995; }

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

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

background-color css

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

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

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

border-color css

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

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

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