Shades of Radical Red #EE4A5B
Tints of Radical Red #EE4A5B
RGB
CMYK
RGB Variations
Color information
#EE4A5B (or 0xEE4A5B) is known color: Radical Red. HEX triplet: EE, 4A and 5B. RGB value is (238,74,91). Sum of RGB (Red+Green+Blue) = 238+74+91=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4A5B is #11B5A4. Grayscale: #7D7D7D. Windows color (decimal): -1160613 or 5982958. OLE color: 5982958.
HSL color Cylindrical-coordinate representation of color #EE4A5B: hue angle of 353.78º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4A5B is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 74 | 91 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.07 |
| HSL | 353.78º | 0.83% | 0.61% | - |
| HSV(B) | 353.78º | 0.69% | 0.93% | - |
| XYZ | 39.6 | 23.83 | 12.41 | - |
| YUV | 124.97 | 108.83 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 91 | 0 | 0.69 | 0.62 | 0.07 | 353.78 | 0.83 | 0.61 |
| Hex | EE | 4A | 5B | 0 | 45 | 3E | 7 | 162 | 53 | 3D |
| Octal | 356 | 112 | 133 | 0 | 105 | 76 | 7 | 542 | 123 | 75 |
| Binary | 11101110 | 1001010 | 1011011 | 0 | 1000101 | 111110 | 111 | 101100010 | 1010011 | 111101 |
Color Harmonies of #EE4A5B
Complementary color
Monochromatic Colors of #EE4A5B
Black with #EE4A5B
Text Example
Text Example
White with #EE4A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4A5B; }
p { color: rgb(238,74,91); }
H1.HeaderClassName
{
color: #EE4A5B;
}
.AnyTagClassName
{
color: #EE4A5B;
}
</style>
background-color css
<style>
a { background-color: #EE4A5B; }
a { background-color: rgb(238,74,91); }
div.DivClassName
{
background-color: #EE4A5B;
}
.BgClassName
{
background-color: #EE4A5B;
}
</style>
border-color css
<style>
span { border-color: #EE4A5B; }
span { border-color: rgb(238,74,91); }
td.TdClassName
{
border-color: #EE4A5B;
}
.TagClassName
{
border-color: #EE4A5B;
}
</style>