Shades of Radical Red #EE465B
Tints of Radical Red #EE465B
RGB
CMYK
RGB Variations
Color information
#EE465B (or 0xEE465B) is known color: Radical Red. HEX triplet: EE, 46 and 5B. RGB value is (238,70,91). Sum of RGB (Red+Green+Blue) = 238+70+91=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE465B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE465B is #11B9A4. Grayscale: #7A7A7A. Windows color (decimal): -1161637 or 5981934. OLE color: 5981934.
HSL color Cylindrical-coordinate representation of color #EE465B: hue angle of 352.5º 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 #EE465B is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 91 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.07 |
| HSL | 352.5º | 0.83% | 0.6% | - |
| HSV(B) | 352.5º | 0.71% | 0.93% | - |
| XYZ | 39.34 | 23.31 | 12.32 | - |
| YUV | 122.63 | 110.16 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 91 | 0 | 0.71 | 0.62 | 0.07 | 352.5 | 0.83 | 0.6 |
| Hex | EE | 46 | 5B | 0 | 47 | 3E | 7 | 160 | 53 | 3C |
| Octal | 356 | 106 | 133 | 0 | 107 | 76 | 7 | 540 | 123 | 74 |
| Binary | 11101110 | 1000110 | 1011011 | 0 | 1000111 | 111110 | 111 | 101100000 | 1010011 | 111100 |
Color Harmonies of #EE465B
Complementary color
Monochromatic Colors of #EE465B
Black with #EE465B
Text Example
Text Example
White with #EE465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE465B; }
p { color: rgb(238,70,91); }
H1.HeaderClassName
{
color: #EE465B;
}
.AnyTagClassName
{
color: #EE465B;
}
</style>
background-color css
<style>
a { background-color: #EE465B; }
a { background-color: rgb(238,70,91); }
div.DivClassName
{
background-color: #EE465B;
}
.BgClassName
{
background-color: #EE465B;
}
</style>
border-color css
<style>
span { border-color: #EE465B; }
span { border-color: rgb(238,70,91); }
td.TdClassName
{
border-color: #EE465B;
}
.TagClassName
{
border-color: #EE465B;
}
</style>