Html Css Color HEX #EE2042 Alizarin

📋 copy color: '#EE2042'

red 238 ◦ green 32 ◦ blue 66

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

Shades of Alizarin #EE2042

Tints of Alizarin #EE2042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.52%

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

R = 70.83%
G = 9.52%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EE2042 (or 0xEE2042) is known color: Alizarin. HEX triplet: EE, 20 and 42. RGB value is (238,32,66). Sum of RGB (Red+Green+Blue) = 238+32+66=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2042 is #11DFBD. Grayscale: #616161. Windows color (decimal): -1171390 or 4333806. OLE color: 4333806.

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

Color convert

RGB 238 32 66 -
CMYK 0 0.87 0.72 0.07
HSL 350.1º 0.86% 0.53% -
HSV(B) 350.1º 0.87% 0.93% -
XYZ 36.76 19.6 7 -
YUV 97.47 110.25 228.24 -
System Red Green Blue C M Y K H S L
Decimal 238 32 66 0 0.87 0.72 0.07 350.1 0.86 0.53
Hex EE 20 42 0 57 48 7 15E 56 35
Octal 356 40 102 0 127 110 7 536 126 65
Binary 11101110 100000 1000010 0 1010111 1001000 111 101011110 1010110 110101

Color Harmonies of #EE2042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2042

Black with #EE2042

Text Example


Text Example

White with #EE2042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2042; }

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

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

background-color css

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

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

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

border-color css

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

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

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