Html Css Color HEX #EE2030 Alizarin

📋 copy color: '#EE2030'

red 238 ◦ green 32 ◦ blue 48

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

Shades of Alizarin #EE2030

Tints of Alizarin #EE2030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.06%

 BLUE value IS 48 (19.14% from 255) = 15.09%

R = 74.84%
G = 10.06%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE2030 (or 0xEE2030) is known color: Alizarin. HEX triplet: EE, 20 and 30. RGB value is (238,32,48). Sum of RGB (Red+Green+Blue) = 238+32+48=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2030 is #11DFCF. Grayscale: #5F5F5F. Windows color (decimal): -1171408 or 3154158. OLE color: 3154158.

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

Color convert

RGB 238 32 48 -
CMYK 0 0.87 0.80 0.07
HSL 355.34º 0.86% 0.53% -
HSV(B) 355.34º 0.87% 0.93% -
XYZ 36.31 19.42 4.63 -
YUV 95.42 101.25 229.7 -
System Red Green Blue C M Y K H S L
Decimal 238 32 48 0 0.87 0.80 0.07 355.34 0.86 0.53
Hex EE 20 30 0 57 50 7 163 56 35
Octal 356 40 60 0 127 120 7 543 126 65
Binary 11101110 100000 110000 0 1010111 1010000 111 101100011 1010110 110101

Color Harmonies of #EE2030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2030

Black with #EE2030

Text Example


Text Example

White with #EE2030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2030; }

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

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

background-color css

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

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

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

border-color css

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

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

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