Html Css Color HEX #E45680 Dark Pink

📋 copy color: '#E45680'

red 228 ◦ green 86 ◦ blue 128

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

Shades of Dark Pink #E45680

Tints of Dark Pink #E45680

RGB

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

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

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

R = 51.58%
G = 19.46%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E45680 (or 0xE45680) is known color: Dark Pink. HEX triplet: E4, 56 and 80. RGB value is (228,86,128). Sum of RGB (Red+Green+Blue) = 228+86+128=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E45680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45680 is #1BA97F. Grayscale: #858585. Windows color (decimal): -1812864 or 8410852. OLE color: 8410852.

HSL color Cylindrical-coordinate representation of color #E45680: hue angle of 342.25º 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 #E45680 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 86 128 -
CMYK 0 0.62 0.44 0.11
HSL 342.25º 0.72% 0.62% -
HSV(B) 342.25º 0.62% 0.89% -
XYZ 39.22 24.71 23.12 -
YUV 133.25 125.04 195.58 -
System Red Green Blue C M Y K H S L
Decimal 228 86 128 0 0.62 0.44 0.11 342.25 0.72 0.62
Hex E4 56 80 0 3E 2C B 156 48 3E
Octal 344 126 200 0 76 54 13 526 110 76
Binary 11100100 1010110 10000000 0 111110 101100 1011 101010110 1001000 111110

Color Harmonies of #E45680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45680

Black with #E45680

Text Example


Text Example

White with #E45680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45680; }

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

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

background-color css

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

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

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

border-color css

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

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

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