Shades of Violet Red #EE3B7B
Tints of Violet Red #EE3B7B
RGB
CMYK
RGB Variations
Color information
#EE3B7B (or 0xEE3B7B) is known color: Violet Red. HEX triplet: EE, 3B and 7B. RGB value is (238,59,123). Sum of RGB (Red+Green+Blue) = 238+59+123=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3B7B is #11C484. Grayscale: #777777. Windows color (decimal): -1164421 or 8076270. OLE color: 8076270.
HSL color Cylindrical-coordinate representation of color #EE3B7B: hue angle of 338.55º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE3B7B is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 59 | 123 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.07 |
| HSL | 338.55º | 0.84% | 0.58% | - |
| HSV(B) | 338.55º | 0.75% | 0.93% | - |
| XYZ | 40.4 | 22.74 | 21 | - |
| YUV | 119.82 | 129.8 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 59 | 123 | 0 | 0.75 | 0.48 | 0.07 | 338.55 | 0.84 | 0.58 |
| Hex | EE | 3B | 7B | 0 | 4B | 30 | 7 | 153 | 54 | 3A |
| Octal | 356 | 73 | 173 | 0 | 113 | 60 | 7 | 523 | 124 | 72 |
| Binary | 11101110 | 111011 | 1111011 | 0 | 1001011 | 110000 | 111 | 101010011 | 1010100 | 111010 |
Color Harmonies of #EE3B7B
Complementary color
Monochromatic Colors of #EE3B7B
Black with #EE3B7B
Text Example
Text Example
White with #EE3B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3B7B; }
p { color: rgb(238,59,123); }
H1.HeaderClassName
{
color: #EE3B7B;
}
.AnyTagClassName
{
color: #EE3B7B;
}
</style>
background-color css
<style>
a { background-color: #EE3B7B; }
a { background-color: rgb(238,59,123); }
div.DivClassName
{
background-color: #EE3B7B;
}
.BgClassName
{
background-color: #EE3B7B;
}
</style>
border-color css
<style>
span { border-color: #EE3B7B; }
span { border-color: rgb(238,59,123); }
td.TdClassName
{
border-color: #EE3B7B;
}
.TagClassName
{
border-color: #EE3B7B;
}
</style>