Shades of Radical Red #EE455B
Tints of Radical Red #EE455B
RGB
CMYK
RGB Variations
Color information
#EE455B (or 0xEE455B) is known color: Radical Red. HEX triplet: EE, 45 and 5B. RGB value is (238,69,91). Sum of RGB (Red+Green+Blue) = 238+69+91=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE455B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE455B is #11BAA4. Grayscale: #7A7A7A. Windows color (decimal): -1161893 or 5981678. OLE color: 5981678.
HSL color Cylindrical-coordinate representation of color #EE455B: hue angle of 352.19º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE455B is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 91 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.07 |
| HSL | 352.19º | 0.83% | 0.6% | - |
| HSV(B) | 352.19º | 0.71% | 0.93% | - |
| XYZ | 39.28 | 23.19 | 12.3 | - |
| YUV | 122.04 | 110.49 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 91 | 0 | 0.71 | 0.62 | 0.07 | 352.19 | 0.83 | 0.6 |
| Hex | EE | 45 | 5B | 0 | 47 | 3E | 7 | 160 | 53 | 3C |
| Octal | 356 | 105 | 133 | 0 | 107 | 76 | 7 | 540 | 123 | 74 |
| Binary | 11101110 | 1000101 | 1011011 | 0 | 1000111 | 111110 | 111 | 101100000 | 1010011 | 111100 |
Color Harmonies of #EE455B
Complementary color
Monochromatic Colors of #EE455B
Black with #EE455B
Text Example
Text Example
White with #EE455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE455B; }
p { color: rgb(238,69,91); }
H1.HeaderClassName
{
color: #EE455B;
}
.AnyTagClassName
{
color: #EE455B;
}
</style>
background-color css
<style>
a { background-color: #EE455B; }
a { background-color: rgb(238,69,91); }
div.DivClassName
{
background-color: #EE455B;
}
.BgClassName
{
background-color: #EE455B;
}
</style>
border-color css
<style>
span { border-color: #EE455B; }
span { border-color: rgb(238,69,91); }
td.TdClassName
{
border-color: #EE455B;
}
.TagClassName
{
border-color: #EE455B;
}
</style>