Html Css Color HEX #EE303C Alizarin

📋 copy color: '#EE303C'

red 238 ◦ green 48 ◦ blue 60

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

Shades of Alizarin #EE303C

Tints of Alizarin #EE303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.87%

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

R = 68.79%
G = 13.87%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE303C (or 0xEE303C) is known color: Alizarin. HEX triplet: EE, 30 and 3C. RGB value is (238,48,60). Sum of RGB (Red+Green+Blue) = 238+48+60=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE303C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE303C is #11CFC3. Grayscale: #6A6A6A. Windows color (decimal): -1167300 or 3944686. OLE color: 3944686.

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

Color convert

RGB 238 48 60 -
CMYK 0 0.80 0.75 0.07
HSL 356.21º 0.85% 0.56% -
HSV(B) 356.21º 0.8% 0.93% -
XYZ 37.13 20.62 6.3 -
YUV 106.18 101.95 222.02 -
System Red Green Blue C M Y K H S L
Decimal 238 48 60 0 0.80 0.75 0.07 356.21 0.85 0.56
Hex EE 30 3C 0 50 4B 7 164 55 38
Octal 356 60 74 0 120 113 7 544 125 70
Binary 11101110 110000 111100 0 1010000 1001011 111 101100100 1010101 111000

Color Harmonies of #EE303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE303C

Black with #EE303C

Text Example


Text Example

White with #EE303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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