Html Css Color HEX #E45986 Dark Pink

📋 copy color: '#E45986'

red 228 ◦ green 89 ◦ blue 134

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

Shades of Dark Pink #E45986

Tints of Dark Pink #E45986

RGB

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

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

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

R = 50.55%
G = 19.73%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E45986 (or 0xE45986) is known color: Dark Pink. HEX triplet: E4, 59 and 86. RGB value is (228,89,134). Sum of RGB (Red+Green+Blue) = 228+89+134=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E45986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45986 is #1BA679. Grayscale: #878787. Windows color (decimal): -1812090 or 8804836. OLE color: 8804836.

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

Color convert

RGB 228 89 134 -
CMYK 0 0.61 0.41 0.11
HSL 340.58º 0.72% 0.62% -
HSV(B) 340.58º 0.61% 0.89% -
XYZ 39.87 25.36 25.35 -
YUV 135.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 228 89 134 0 0.61 0.41 0.11 340.58 0.72 0.62
Hex E4 59 86 0 3D 29 B 155 48 3E
Octal 344 131 206 0 75 51 13 525 110 76
Binary 11100100 1011001 10000110 0 111101 101001 1011 101010101 1001000 111110

Color Harmonies of #E45986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45986

Black with #E45986

Text Example


Text Example

White with #E45986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45986; }

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

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

background-color css

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

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

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

border-color css

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

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

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