Shades of Radical Red #EE465A
Tints of Radical Red #EE465A
RGB
CMYK
RGB Variations
Color information
#EE465A (or 0xEE465A) is known color: Radical Red. HEX triplet: EE, 46 and 5A. RGB value is (238,70,90). Sum of RGB (Red+Green+Blue) = 238+70+90=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE465A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE465A is #11B9A5. Grayscale: #7A7A7A. Windows color (decimal): -1161638 or 5916398. OLE color: 5916398.
HSL color Cylindrical-coordinate representation of color #EE465A: hue angle of 352.86º 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 #EE465A is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 90 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.07 |
| HSL | 352.86º | 0.83% | 0.6% | - |
| HSV(B) | 352.86º | 0.71% | 0.93% | - |
| XYZ | 39.3 | 23.3 | 12.1 | - |
| YUV | 122.51 | 109.66 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 90 | 0 | 0.71 | 0.62 | 0.07 | 352.86 | 0.83 | 0.6 |
| Hex | EE | 46 | 5A | 0 | 47 | 3E | 7 | 161 | 53 | 3C |
| Octal | 356 | 106 | 132 | 0 | 107 | 76 | 7 | 541 | 123 | 74 |
| Binary | 11101110 | 1000110 | 1011010 | 0 | 1000111 | 111110 | 111 | 101100001 | 1010011 | 111100 |
Color Harmonies of #EE465A
Complementary color
Monochromatic Colors of #EE465A
Black with #EE465A
Text Example
Text Example
White with #EE465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE465A; }
p { color: rgb(238,70,90); }
H1.HeaderClassName
{
color: #EE465A;
}
.AnyTagClassName
{
color: #EE465A;
}
</style>
background-color css
<style>
a { background-color: #EE465A; }
a { background-color: rgb(238,70,90); }
div.DivClassName
{
background-color: #EE465A;
}
.BgClassName
{
background-color: #EE465A;
}
</style>
border-color css
<style>
span { border-color: #EE465A; }
span { border-color: rgb(238,70,90); }
td.TdClassName
{
border-color: #EE465A;
}
.TagClassName
{
border-color: #EE465A;
}
</style>