Html Css Color HEX #EE303A Alizarin

📋 copy color: '#EE303A'

red 238 ◦ green 48 ◦ blue 58

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

Shades of Alizarin #EE303A

Tints of Alizarin #EE303A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.86%

R = 69.19%
G = 13.95%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EE303A (or 0xEE303A) is known color: Alizarin. HEX triplet: EE, 30 and 3A. RGB value is (238,48,58). Sum of RGB (Red+Green+Blue) = 238+48+58=344 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.19% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 238 - color contains mainly: red. Hex color #EE303A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE303A is #11CFC5. Grayscale: #6A6A6A. Windows color (decimal): -1167302 or 3813614. OLE color: 3813614.

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

Color convert

RGB 238 48 58 -
CMYK 0 0.80 0.76 0.07
HSL 356.84º 0.85% 0.56% -
HSV(B) 356.84º 0.8% 0.93% -
XYZ 37.08 20.6 6.02 -
YUV 105.95 100.95 222.19 -
System Red Green Blue C M Y K H S L
Decimal 238 48 58 0 0.80 0.76 0.07 356.84 0.85 0.56
Hex EE 30 3A 0 50 4C 7 165 55 38
Octal 356 60 72 0 120 114 7 545 125 70
Binary 11101110 110000 111010 0 1010000 1001100 111 101100101 1010101 111000

Color Harmonies of #EE303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE303A

Black with #EE303A

Text Example


Text Example

White with #EE303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE303A; }

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

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

background-color css

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

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

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

border-color css

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

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

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