Html Css Color HEX #E45E90 Dark Pink

📋 copy color: '#E45E90'

red 228 ◦ green 94 ◦ blue 144

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

Shades of Dark Pink #E45E90

Tints of Dark Pink #E45E90

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.17%

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

R = 48.93%
G = 20.17%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E45E90 (or 0xE45E90) is known color: Dark Pink. HEX triplet: E4, 5E and 90. RGB value is (228,94,144). Sum of RGB (Red+Green+Blue) = 228+94+144=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E45E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45E90 is #1BA16F. Grayscale: #8B8B8B. Windows color (decimal): -1810800 or 9461476. OLE color: 9461476.

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

Color convert

RGB 228 94 144 -
CMYK 0 0.59 0.37 0.11
HSL 337.61º 0.71% 0.63% -
HSV(B) 337.61º 0.59% 0.89% -
XYZ 41.03 26.51 29.34 -
YUV 139.77 130.39 190.93 -
System Red Green Blue C M Y K H S L
Decimal 228 94 144 0 0.59 0.37 0.11 337.61 0.71 0.63
Hex E4 5E 90 0 3B 25 B 152 47 3F
Octal 344 136 220 0 73 45 13 522 107 77
Binary 11100100 1011110 10010000 0 111011 100101 1011 101010010 1000111 111111

Color Harmonies of #E45E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45E90

Black with #E45E90

Text Example


Text Example

White with #E45E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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