Html Css Color HEX #EE2342 Alizarin

📋 copy color: '#EE2342'

red 238 ◦ green 35 ◦ blue 66

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

Shades of Alizarin #EE2342

Tints of Alizarin #EE2342

RGB

 RED value IS 238 (93.36% from 255) = 70.21%

 GREEN value IS 35 (14.06% from 255) = 10.32%

 BLUE value IS 66 (26.17% from 255) = 19.47%

R = 70.21%
G = 10.32%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EE2342 (or 0xEE2342) is known color: Alizarin. HEX triplet: EE, 23 and 42. RGB value is (238,35,66). Sum of RGB (Red+Green+Blue) = 238+35+66=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2342 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2342 is #11DCBD. Grayscale: #636363. Windows color (decimal): -1170622 or 4334574. OLE color: 4334574.

HSL color Cylindrical-coordinate representation of color #EE2342: hue angle of 350.84º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE2342 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 35 66 -
CMYK 0 0.85 0.72 0.07
HSL 350.84º 0.86% 0.54% -
HSV(B) 350.84º 0.85% 0.93% -
XYZ 36.84 19.77 7.03 -
YUV 99.23 109.25 226.98 -
System Red Green Blue C M Y K H S L
Decimal 238 35 66 0 0.85 0.72 0.07 350.84 0.86 0.54
Hex EE 23 42 0 55 48 7 15F 56 36
Octal 356 43 102 0 125 110 7 537 126 66
Binary 11101110 100011 1000010 0 1010101 1001000 111 101011111 1010110 110110

Color Harmonies of #EE2342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2342

Black with #EE2342

Text Example


Text Example

White with #EE2342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2342; }

 p { color: rgb(238,35,66); }

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

background-color css

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

 a { background-color: rgb(238,35,66); }

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

border-color css

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

 span { border-color: rgb(238,35,66); }

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