Html Css Color HEX #E24E90 Dark Pink

📋 copy color: '#E24E90'

red 226 ◦ green 78 ◦ blue 144

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

Shades of Dark Pink #E24E90

Tints of Dark Pink #E24E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.14%

R = 50.45%
G = 17.41%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E24E90 (or 0xE24E90) is known color: Dark Pink. HEX triplet: E2, 4E and 90. RGB value is (226,78,144). Sum of RGB (Red+Green+Blue) = 226+78+144=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24E90 is #1DB16F. Grayscale: #818181. Windows color (decimal): -1945968 or 9457378. OLE color: 9457378.

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

Color convert

RGB 226 78 144 -
CMYK 0 0.65 0.36 0.11
HSL 333.24º 0.72% 0.6% -
HSV(B) 333.24º 0.65% 0.89% -
XYZ 39.12 23.63 28.88 -
YUV 129.78 136.03 196.63 -
System Red Green Blue C M Y K H S L
Decimal 226 78 144 0 0.65 0.36 0.11 333.24 0.72 0.6
Hex E2 4E 90 0 41 24 B 14D 48 3C
Octal 342 116 220 0 101 44 13 515 110 74
Binary 11100010 1001110 10010000 0 1000001 100100 1011 101001101 1001000 111100

Color Harmonies of #E24E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24E90

Black with #E24E90

Text Example


Text Example

White with #E24E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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