Shades of Radical Red #EE4067
Tints of Radical Red #EE4067
RGB
CMYK
RGB Variations
Color information
#EE4067 (or 0xEE4067) is known color: Radical Red. HEX triplet: EE, 40 and 67. RGB value is (238,64,103). Sum of RGB (Red+Green+Blue) = 238+64+103=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4067 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4067 is #11BF98. Grayscale: #787878. Windows color (decimal): -1163161 or 6766830. OLE color: 6766830.
HSL color Cylindrical-coordinate representation of color #EE4067: hue angle of 346.55º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE4067 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 103 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.07 |
| HSL | 346.55º | 0.84% | 0.59% | - |
| HSV(B) | 346.55º | 0.73% | 0.93% | - |
| XYZ | 39.54 | 22.82 | 15.15 | - |
| YUV | 120.47 | 118.15 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 103 | 0 | 0.73 | 0.57 | 0.07 | 346.55 | 0.84 | 0.59 |
| Hex | EE | 40 | 67 | 0 | 49 | 39 | 7 | 15B | 54 | 3B |
| Octal | 356 | 100 | 147 | 0 | 111 | 71 | 7 | 533 | 124 | 73 |
| Binary | 11101110 | 1000000 | 1100111 | 0 | 1001001 | 111001 | 111 | 101011011 | 1010100 | 111011 |
Color Harmonies of #EE4067
Complementary color
Monochromatic Colors of #EE4067
Black with #EE4067
Text Example
Text Example
White with #EE4067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4067; }
p { color: rgb(238,64,103); }
H1.HeaderClassName
{
color: #EE4067;
}
.AnyTagClassName
{
color: #EE4067;
}
</style>
background-color css
<style>
a { background-color: #EE4067; }
a { background-color: rgb(238,64,103); }
div.DivClassName
{
background-color: #EE4067;
}
.BgClassName
{
background-color: #EE4067;
}
</style>
border-color css
<style>
span { border-color: #EE4067; }
span { border-color: rgb(238,64,103); }
td.TdClassName
{
border-color: #EE4067;
}
.TagClassName
{
border-color: #EE4067;
}
</style>