Shades of Violet Red #EE427B
Tints of Violet Red #EE427B
RGB
CMYK
RGB Variations
Color information
#EE427B (or 0xEE427B) is known color: Violet Red. HEX triplet: EE, 42 and 7B. RGB value is (238,66,123). Sum of RGB (Red+Green+Blue) = 238+66+123=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EE427B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE427B is #11BD84. Grayscale: #7B7B7B. Windows color (decimal): -1162629 or 8078062. OLE color: 8078062.
HSL color Cylindrical-coordinate representation of color #EE427B: hue angle of 340.12º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE427B is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 123 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.07 |
| HSL | 340.12º | 0.83% | 0.6% | - |
| HSV(B) | 340.12º | 0.72% | 0.93% | - |
| XYZ | 40.78 | 23.5 | 21.13 | - |
| YUV | 123.93 | 127.48 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 123 | 0 | 0.72 | 0.48 | 0.07 | 340.12 | 0.83 | 0.6 |
| Hex | EE | 42 | 7B | 0 | 48 | 30 | 7 | 154 | 53 | 3C |
| Octal | 356 | 102 | 173 | 0 | 110 | 60 | 7 | 524 | 123 | 74 |
| Binary | 11101110 | 1000010 | 1111011 | 0 | 1001000 | 110000 | 111 | 101010100 | 1010011 | 111100 |
Color Harmonies of #EE427B
Complementary color
Monochromatic Colors of #EE427B
Black with #EE427B
Text Example
Text Example
White with #EE427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE427B; }
p { color: rgb(238,66,123); }
H1.HeaderClassName
{
color: #EE427B;
}
.AnyTagClassName
{
color: #EE427B;
}
</style>
background-color css
<style>
a { background-color: #EE427B; }
a { background-color: rgb(238,66,123); }
div.DivClassName
{
background-color: #EE427B;
}
.BgClassName
{
background-color: #EE427B;
}
</style>
border-color css
<style>
span { border-color: #EE427B; }
span { border-color: rgb(238,66,123); }
td.TdClassName
{
border-color: #EE427B;
}
.TagClassName
{
border-color: #EE427B;
}
</style>