Html Css Color HEX #EE333C Alizarin

📋 copy color: '#EE333C'

red 238 ◦ green 51 ◦ blue 60

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

Shades of Alizarin #EE333C

Tints of Alizarin #EE333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.61%

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

R = 68.19%
G = 14.61%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE333C (or 0xEE333C) is known color: Alizarin. HEX triplet: EE, 33 and 3C. RGB value is (238,51,60). Sum of RGB (Red+Green+Blue) = 238+51+60=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE333C is #11CCC3. Grayscale: #6C6C6C. Windows color (decimal): -1166532 or 3945454. OLE color: 3945454.

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

Color convert

RGB 238 51 60 -
CMYK 0 0.79 0.75 0.07
HSL 357.11º 0.85% 0.57% -
HSV(B) 357.11º 0.79% 0.93% -
XYZ 37.26 20.87 6.34 -
YUV 107.94 100.95 220.77 -
System Red Green Blue C M Y K H S L
Decimal 238 51 60 0 0.79 0.75 0.07 357.11 0.85 0.57
Hex EE 33 3C 0 4F 4B 7 165 55 39
Octal 356 63 74 0 117 113 7 545 125 71
Binary 11101110 110011 111100 0 1001111 1001011 111 101100101 1010101 111001

Color Harmonies of #EE333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE333C

Black with #EE333C

Text Example


Text Example

White with #EE333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE333C; }

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

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

background-color css

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

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

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

border-color css

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

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

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