Html Css Color HEX #E45486 Dark Pink

📋 copy color: '#E45486'

red 228 ◦ green 84 ◦ blue 134

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

Shades of Dark Pink #E45486

Tints of Dark Pink #E45486

RGB

 RED value IS 228 (89.45% from 255) = 51.12%

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

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

R = 51.12%
G = 18.83%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E45486 (or 0xE45486) is known color: Dark Pink. HEX triplet: E4, 54 and 86. RGB value is (228,84,134). Sum of RGB (Red+Green+Blue) = 228+84+134=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E45486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45486 is #1BAB79. Grayscale: #848484. Windows color (decimal): -1813370 or 8803556. OLE color: 8803556.

HSL color Cylindrical-coordinate representation of color #E45486: hue angle of 339.17º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E45486 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 84 134 -
CMYK 0 0.63 0.41 0.11
HSL 339.17º 0.73% 0.61% -
HSV(B) 339.17º 0.63% 0.89% -
XYZ 39.47 24.56 25.21 -
YUV 132.76 128.71 195.93 -
System Red Green Blue C M Y K H S L
Decimal 228 84 134 0 0.63 0.41 0.11 339.17 0.73 0.61
Hex E4 54 86 0 3F 29 B 153 49 3D
Octal 344 124 206 0 77 51 13 523 111 75
Binary 11100100 1010100 10000110 0 111111 101001 1011 101010011 1001001 111101

Color Harmonies of #E45486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45486

Black with #E45486

Text Example


Text Example

White with #E45486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45486; }

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

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

background-color css

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

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

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

border-color css

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

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

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