Html Css Color HEX #EE2041 Alizarin

📋 copy color: '#EE2041'

red 238 ◦ green 32 ◦ blue 65

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

Shades of Alizarin #EE2041

Tints of Alizarin #EE2041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 71.04%
G = 9.55%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EE2041 (or 0xEE2041) is known color: Alizarin. HEX triplet: EE, 20 and 41. RGB value is (238,32,65). Sum of RGB (Red+Green+Blue) = 238+32+65=335 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.04% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2041 is #11DFBE. Grayscale: #616161. Windows color (decimal): -1171391 or 4268270. OLE color: 4268270.

HSL color Cylindrical-coordinate representation of color #EE2041: hue angle of 350.39º 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 #EE2041 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 32 65 -
CMYK 0 0.87 0.73 0.07
HSL 350.39º 0.86% 0.53% -
HSV(B) 350.39º 0.87% 0.93% -
XYZ 36.73 19.59 6.85 -
YUV 97.36 109.75 228.32 -
System Red Green Blue C M Y K H S L
Decimal 238 32 65 0 0.87 0.73 0.07 350.39 0.86 0.53
Hex EE 20 41 0 57 49 7 15E 56 35
Octal 356 40 101 0 127 111 7 536 126 65
Binary 11101110 100000 1000001 0 1010111 1001001 111 101011110 1010110 110101

Color Harmonies of #EE2041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2041

Black with #EE2041

Text Example


Text Example

White with #EE2041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2041; }

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

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

background-color css

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

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

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

border-color css

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

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

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