Shades of Alizarin #EE2630
Tints of Alizarin #EE2630
RGB
CMYK
RGB Variations
Color information
#EE2630 (or 0xEE2630) is known color: Alizarin. HEX triplet: EE, 26 and 30. RGB value is (238,38,48). Sum of RGB (Red+Green+Blue) = 238+38+48=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2630 is #11D9CF. Grayscale: #636363. Windows color (decimal): -1169872 or 3155694. OLE color: 3155694.
HSL color Cylindrical-coordinate representation of color #EE2630: hue angle of 357º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2630 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 48 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.07 |
| HSL | 357º | 0.85% | 0.54% | - |
| HSV(B) | 357º | 0.84% | 0.93% | - |
| XYZ | 36.49 | 19.78 | 4.69 | - |
| YUV | 98.94 | 99.26 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 48 | 0 | 0.84 | 0.80 | 0.07 | 357 | 0.85 | 0.54 |
| Hex | EE | 26 | 30 | 0 | 54 | 50 | 7 | 165 | 55 | 36 |
| Octal | 356 | 46 | 60 | 0 | 124 | 120 | 7 | 545 | 125 | 66 |
| Binary | 11101110 | 100110 | 110000 | 0 | 1010100 | 1010000 | 111 | 101100101 | 1010101 | 110110 |
Color Harmonies of #EE2630
Complementary color
Monochromatic Colors of #EE2630
Black with #EE2630
Text Example
Text Example
White with #EE2630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2630; }
p { color: rgb(238,38,48); }
H1.HeaderClassName
{
color: #EE2630;
}
.AnyTagClassName
{
color: #EE2630;
}
</style>
background-color css
<style>
a { background-color: #EE2630; }
a { background-color: rgb(238,38,48); }
div.DivClassName
{
background-color: #EE2630;
}
.BgClassName
{
background-color: #EE2630;
}
</style>
border-color css
<style>
span { border-color: #EE2630; }
span { border-color: rgb(238,38,48); }
td.TdClassName
{
border-color: #EE2630;
}
.TagClassName
{
border-color: #EE2630;
}
</style>