Html Css Color HEX #EE2240 Alizarin

📋 copy color: '#EE2240'

red 238 ◦ green 34 ◦ blue 64

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

Shades of Alizarin #EE2240

Tints of Alizarin #EE2240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.12%

 BLUE value IS 64 (25.39% from 255) = 19.05%

R = 70.83%
G = 10.12%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EE2240 (or 0xEE2240) is known color: Alizarin. HEX triplet: EE, 22 and 40. RGB value is (238,34,64). Sum of RGB (Red+Green+Blue) = 238+34+64=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2240 is #11DDBF. Grayscale: #626262. Windows color (decimal): -1170880 or 4203246. OLE color: 4203246.

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

Color convert

RGB 238 34 64 -
CMYK 0 0.86 0.73 0.07
HSL 351.18º 0.86% 0.53% -
HSV(B) 351.18º 0.86% 0.93% -
XYZ 36.76 19.69 6.71 -
YUV 98.42 108.59 227.56 -
System Red Green Blue C M Y K H S L
Decimal 238 34 64 0 0.86 0.73 0.07 351.18 0.86 0.53
Hex EE 22 40 0 56 49 7 15F 56 35
Octal 356 42 100 0 126 111 7 537 126 65
Binary 11101110 100010 1000000 0 1010110 1001001 111 101011111 1010110 110101

Color Harmonies of #EE2240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2240

Black with #EE2240

Text Example


Text Example

White with #EE2240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2240; }

 p { color: rgb(238,34,64); }

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

background-color css

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

 a { background-color: rgb(238,34,64); }

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

border-color css

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

 span { border-color: rgb(238,34,64); }

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