Html Css Color HEX #E15486 Dark Pink

📋 copy color: '#E15486'

red 225 ◦ green 84 ◦ blue 134

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

Shades of Dark Pink #E15486

Tints of Dark Pink #E15486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.96%

 BLUE value IS 134 (52.73% from 255) = 30.25%

R = 50.79%
G = 18.96%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E15486 (or 0xE15486) is known color: Dark Pink. HEX triplet: E1, 54 and 86. RGB value is (225,84,134). Sum of RGB (Red+Green+Blue) = 225+84+134=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E15486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15486 is #1EAB79. Grayscale: #838383. Windows color (decimal): -2009978 or 8803553. OLE color: 8803553.

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

Color convert

RGB 225 84 134 -
CMYK 0 0.63 0.40 0.12
HSL 338.72º 0.7% 0.61% -
HSV(B) 338.72º 0.63% 0.88% -
XYZ 38.52 24.07 25.17 -
YUV 131.86 129.21 194.43 -
System Red Green Blue C M Y K H S L
Decimal 225 84 134 0 0.63 0.40 0.12 338.72 0.7 0.61
Hex E1 54 86 0 3F 28 C 153 46 3D
Octal 341 124 206 0 77 50 14 523 106 75
Binary 11100001 1010100 10000110 0 111111 101000 1100 101010011 1000110 111101

Color Harmonies of #E15486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15486

Black with #E15486

Text Example


Text Example

White with #E15486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15486; }

 p { color: rgb(225,84,134); }

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

background-color css

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

 a { background-color: rgb(225,84,134); }

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

border-color css

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

 span { border-color: rgb(225,84,134); }

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