Html Css Color HEX #E24384 Dark Pink

📋 copy color: '#E24384'

red 226 ◦ green 67 ◦ blue 132

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

Shades of Dark Pink #E24384

Tints of Dark Pink #E24384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.76%

 BLUE value IS 132 (51.95% from 255) = 31.06%

R = 53.18%
G = 15.76%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E24384 (or 0xE24384) is known color: Dark Pink. HEX triplet: E2, 43 and 84. RGB value is (226,67,132). Sum of RGB (Red+Green+Blue) = 226+67+132=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E24384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24384 is #1DBC7B. Grayscale: #797979. Windows color (decimal): -1948796 or 8668130. OLE color: 8668130.

HSL color Cylindrical-coordinate representation of color #E24384: hue angle of 335.47º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E24384 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 67 132 -
CMYK 0 0.70 0.42 0.11
HSL 335.47º 0.73% 0.57% -
HSV(B) 335.47º 0.7% 0.89% -
XYZ 37.54 21.85 24.07 -
YUV 121.95 133.68 202.21 -
System Red Green Blue C M Y K H S L
Decimal 226 67 132 0 0.70 0.42 0.11 335.47 0.73 0.57
Hex E2 43 84 0 46 2A B 14F 49 39
Octal 342 103 204 0 106 52 13 517 111 71
Binary 11100010 1000011 10000100 0 1000110 101010 1011 101001111 1001001 111001

Color Harmonies of #E24384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24384

Black with #E24384

Text Example


Text Example

White with #E24384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24384; }

 p { color: rgb(226,67,132); }

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

background-color css

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

 a { background-color: rgb(226,67,132); }

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

border-color css

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

 span { border-color: rgb(226,67,132); }

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