Html Css Color HEX #EE223C Alizarin

📋 copy color: '#EE223C'

red 238 ◦ green 34 ◦ blue 60

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

Shades of Alizarin #EE223C

Tints of Alizarin #EE223C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.07%

R = 71.69%
G = 10.24%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE223C (or 0xEE223C) is known color: Alizarin. HEX triplet: EE, 22 and 3C. RGB value is (238,34,60). Sum of RGB (Red+Green+Blue) = 238+34+60=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE223C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE223C is #11DDC3. Grayscale: #626262. Windows color (decimal): -1170884 or 3941102. OLE color: 3941102.

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

Color convert

RGB 238 34 60 -
CMYK 0 0.86 0.75 0.07
HSL 352.35º 0.86% 0.53% -
HSV(B) 352.35º 0.86% 0.93% -
XYZ 36.65 19.65 6.14 -
YUV 97.96 106.59 227.89 -
System Red Green Blue C M Y K H S L
Decimal 238 34 60 0 0.86 0.75 0.07 352.35 0.86 0.53
Hex EE 22 3C 0 56 4B 7 160 56 35
Octal 356 42 74 0 126 113 7 540 126 65
Binary 11101110 100010 111100 0 1010110 1001011 111 101100000 1010110 110101

Color Harmonies of #EE223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE223C

Black with #EE223C

Text Example


Text Example

White with #EE223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE223C; }

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

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

background-color css

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

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

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

border-color css

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

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

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