Html Css Color HEX #E24E80 Dark Pink

📋 copy color: '#E24E80'

red 226 ◦ green 78 ◦ blue 128

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

Shades of Dark Pink #E24E80

Tints of Dark Pink #E24E80

RGB

 RED value IS 226 (88.67% from 255) = 52.31%

 GREEN value IS 78 (30.86% from 255) = 18.06%

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

R = 52.31%
G = 18.06%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E24E80 (or 0xE24E80) is known color: Dark Pink. HEX triplet: E2, 4E and 80. RGB value is (226,78,128). Sum of RGB (Red+Green+Blue) = 226+78+128=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24E80 is #1DB17F. Grayscale: #7F7F7F. Windows color (decimal): -1945984 or 8408802. OLE color: 8408802.

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

Color convert

RGB 226 78 128 -
CMYK 0 0.65 0.43 0.11
HSL 339.73º 0.72% 0.6% -
HSV(B) 339.73º 0.65% 0.89% -
XYZ 37.98 23.18 22.89 -
YUV 127.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 226 78 128 0 0.65 0.43 0.11 339.73 0.72 0.6
Hex E2 4E 80 0 41 2B B 154 48 3C
Octal 342 116 200 0 101 53 13 524 110 74
Binary 11100010 1001110 10000000 0 1000001 101011 1011 101010100 1001000 111100

Color Harmonies of #E24E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24E80

Black with #E24E80

Text Example


Text Example

White with #E24E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24E80; }

 p { color: rgb(226,78,128); }

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

background-color css

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

 a { background-color: rgb(226,78,128); }

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

border-color css

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

 span { border-color: rgb(226,78,128); }

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