Html Css Color HEX #E15288 Dark Pink

📋 copy color: '#E15288'

red 225 ◦ green 82 ◦ blue 136

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

Shades of Dark Pink #E15288

Tints of Dark Pink #E15288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.51%

 BLUE value IS 136 (53.52% from 255) = 30.7%

R = 50.79%
G = 18.51%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E15288 (or 0xE15288) is known color: Dark Pink. HEX triplet: E1, 52 and 88. RGB value is (225,82,136). Sum of RGB (Red+Green+Blue) = 225+82+136=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E15288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15288 is #1EAD77. Grayscale: #828282. Windows color (decimal): -2010488 or 8934113. OLE color: 8934113.

HSL color Cylindrical-coordinate representation of color #E15288: hue angle of 337.34º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15288 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 82 136 -
CMYK 0 0.64 0.40 0.12
HSL 337.34º 0.7% 0.6% -
HSV(B) 337.34º 0.64% 0.88% -
XYZ 38.51 23.82 25.86 -
YUV 130.91 130.88 195.11 -
System Red Green Blue C M Y K H S L
Decimal 225 82 136 0 0.64 0.40 0.12 337.34 0.7 0.6
Hex E1 52 88 0 40 28 C 151 46 3C
Octal 341 122 210 0 100 50 14 521 106 74
Binary 11100001 1010010 10001000 0 1000000 101000 1100 101010001 1000110 111100

Color Harmonies of #E15288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15288

Black with #E15288

Text Example


Text Example

White with #E15288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15288; }

 p { color: rgb(225,82,136); }

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

background-color css

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

 a { background-color: rgb(225,82,136); }

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

border-color css

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

 span { border-color: rgb(225,82,136); }

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