Html Css Color HEX #E45B80 Dark Pink

📋 copy color: '#E45B80'

red 228 ◦ green 91 ◦ blue 128

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

Shades of Dark Pink #E45B80

Tints of Dark Pink #E45B80

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.36%

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

R = 51.01%
G = 20.36%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E45B80 (or 0xE45B80) is known color: Dark Pink. HEX triplet: E4, 5B and 80. RGB value is (228,91,128). Sum of RGB (Red+Green+Blue) = 228+91+128=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E45B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45B80 is #1BA47F. Grayscale: #888888. Windows color (decimal): -1811584 or 8412132. OLE color: 8412132.

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

Color convert

RGB 228 91 128 -
CMYK 0 0.60 0.44 0.11
HSL 343.8º 0.72% 0.63% -
HSV(B) 343.8º 0.6% 0.89% -
XYZ 39.63 25.53 23.26 -
YUV 136.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 228 91 128 0 0.60 0.44 0.11 343.8 0.72 0.63
Hex E4 5B 80 0 3C 2C B 158 48 3F
Octal 344 133 200 0 74 54 13 530 110 77
Binary 11100100 1011011 10000000 0 111100 101100 1011 101011000 1001000 111111

Color Harmonies of #E45B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45B80

Black with #E45B80

Text Example


Text Example

White with #E45B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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