Shades of Violet Red #EE457F
Tints of Violet Red #EE457F
RGB
CMYK
RGB Variations
Color information
#EE457F (or 0xEE457F) is known color: Violet Red. HEX triplet: EE, 45 and 7F. RGB value is (238,69,127). Sum of RGB (Red+Green+Blue) = 238+69+127=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE457F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE457F is #11BA80. Grayscale: #7E7E7E. Windows color (decimal): -1161857 or 8340974. OLE color: 8340974.
HSL color Cylindrical-coordinate representation of color #EE457F: hue angle of 339.41º 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 #EE457F is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 127 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.07 |
| HSL | 339.41º | 0.83% | 0.6% | - |
| HSV(B) | 339.41º | 0.71% | 0.93% | - |
| XYZ | 41.22 | 23.97 | 22.53 | - |
| YUV | 126.14 | 128.49 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 127 | 0 | 0.71 | 0.47 | 0.07 | 339.41 | 0.83 | 0.6 |
| Hex | EE | 45 | 7F | 0 | 47 | 2F | 7 | 153 | 53 | 3C |
| Octal | 356 | 105 | 177 | 0 | 107 | 57 | 7 | 523 | 123 | 74 |
| Binary | 11101110 | 1000101 | 1111111 | 0 | 1000111 | 101111 | 111 | 101010011 | 1010011 | 111100 |
Color Harmonies of #EE457F
Complementary color
Monochromatic Colors of #EE457F
Black with #EE457F
Text Example
Text Example
White with #EE457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE457F; }
p { color: rgb(238,69,127); }
H1.HeaderClassName
{
color: #EE457F;
}
.AnyTagClassName
{
color: #EE457F;
}
</style>
background-color css
<style>
a { background-color: #EE457F; }
a { background-color: rgb(238,69,127); }
div.DivClassName
{
background-color: #EE457F;
}
.BgClassName
{
background-color: #EE457F;
}
</style>
border-color css
<style>
span { border-color: #EE457F; }
span { border-color: rgb(238,69,127); }
td.TdClassName
{
border-color: #EE457F;
}
.TagClassName
{
border-color: #EE457F;
}
</style>