Html Css Color HEX #E45690 Dark Pink

📋 copy color: '#E45690'

red 228 ◦ green 86 ◦ blue 144

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

Shades of Dark Pink #E45690

Tints of Dark Pink #E45690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.78%

 BLUE value IS 144 (56.64% from 255) = 31.44%

R = 49.78%
G = 18.78%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E45690 (or 0xE45690) is known color: Dark Pink. HEX triplet: E4, 56 and 90. RGB value is (228,86,144). Sum of RGB (Red+Green+Blue) = 228+86+144=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E45690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45690 is #1BA96F. Grayscale: #868686. Windows color (decimal): -1812848 or 9459428. OLE color: 9459428.

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

Color convert

RGB 228 86 144 -
CMYK 0 0.62 0.37 0.11
HSL 335.49º 0.72% 0.62% -
HSV(B) 335.49º 0.62% 0.89% -
XYZ 40.36 25.16 29.12 -
YUV 135.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 228 86 144 0 0.62 0.37 0.11 335.49 0.72 0.62
Hex E4 56 90 0 3E 25 B 14F 48 3E
Octal 344 126 220 0 76 45 13 517 110 76
Binary 11100100 1010110 10010000 0 111110 100101 1011 101001111 1001000 111110

Color Harmonies of #E45690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45690

Black with #E45690

Text Example


Text Example

White with #E45690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45690; }

 p { color: rgb(228,86,144); }

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

background-color css

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

 a { background-color: rgb(228,86,144); }

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

border-color css

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

 span { border-color: rgb(228,86,144); }

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