Shades of Violet Red #EE428B
Tints of Violet Red #EE428B
RGB
CMYK
RGB Variations
Color information
#EE428B (or 0xEE428B) is known color: Violet Red. HEX triplet: EE, 42 and 8B. RGB value is (238,66,139). Sum of RGB (Red+Green+Blue) = 238+66+139=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE428B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE428B is #11BD74. Grayscale: #7D7D7D. Windows color (decimal): -1162613 or 9126638. OLE color: 9126638.
HSL color Cylindrical-coordinate representation of color #EE428B: hue angle of 334.53º 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 #EE428B is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 139 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.07 |
| HSL | 334.53º | 0.83% | 0.6% | - |
| HSV(B) | 334.53º | 0.72% | 0.93% | - |
| XYZ | 41.87 | 23.94 | 26.84 | - |
| YUV | 125.75 | 135.48 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 139 | 0 | 0.72 | 0.42 | 0.07 | 334.53 | 0.83 | 0.6 |
| Hex | EE | 42 | 8B | 0 | 48 | 2A | 7 | 14F | 53 | 3C |
| Octal | 356 | 102 | 213 | 0 | 110 | 52 | 7 | 517 | 123 | 74 |
| Binary | 11101110 | 1000010 | 10001011 | 0 | 1001000 | 101010 | 111 | 101001111 | 1010011 | 111100 |
Color Harmonies of #EE428B
Complementary color
Monochromatic Colors of #EE428B
Black with #EE428B
Text Example
Text Example
White with #EE428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE428B; }
p { color: rgb(238,66,139); }
H1.HeaderClassName
{
color: #EE428B;
}
.AnyTagClassName
{
color: #EE428B;
}
</style>
background-color css
<style>
a { background-color: #EE428B; }
a { background-color: rgb(238,66,139); }
div.DivClassName
{
background-color: #EE428B;
}
.BgClassName
{
background-color: #EE428B;
}
</style>
border-color css
<style>
span { border-color: #EE428B; }
span { border-color: rgb(238,66,139); }
td.TdClassName
{
border-color: #EE428B;
}
.TagClassName
{
border-color: #EE428B;
}
</style>