Html Css Color HEX #E45F80 Dark Pink

📋 copy color: '#E45F80'

red 228 ◦ green 95 ◦ blue 128

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

Shades of Dark Pink #E45F80

Tints of Dark Pink #E45F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.06%

 BLUE value IS 128 (50.39% from 255) = 28.38%

R = 50.55%
G = 21.06%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E45F80 (or 0xE45F80) is known color: Dark Pink. HEX triplet: E4, 5F and 80. RGB value is (228,95,128). Sum of RGB (Red+Green+Blue) = 228+95+128=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45F80 is #1BA07F. Grayscale: #8A8A8A. Windows color (decimal): -1810560 or 8413156. OLE color: 8413156.

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

Color convert

RGB 228 95 128 -
CMYK 0 0.58 0.44 0.11
HSL 345.11º 0.71% 0.63% -
HSV(B) 345.11º 0.58% 0.89% -
XYZ 39.98 26.24 23.38 -
YUV 138.53 122.06 191.82 -
System Red Green Blue C M Y K H S L
Decimal 228 95 128 0 0.58 0.44 0.11 345.11 0.71 0.63
Hex E4 5F 80 0 3A 2C B 159 47 3F
Octal 344 137 200 0 72 54 13 531 107 77
Binary 11100100 1011111 10000000 0 111010 101100 1011 101011001 1000111 111111

Color Harmonies of #E45F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F80

Black with #E45F80

Text Example


Text Example

White with #E45F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F80; }

 p { color: rgb(228,95,128); }

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

background-color css

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

 a { background-color: rgb(228,95,128); }

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

border-color css

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

 span { border-color: rgb(228,95,128); }

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