Shades of Violet Red #EE469D
Tints of Violet Red #EE469D
RGB
CMYK
RGB Variations
Color information
#EE469D (or 0xEE469D) is known color: Violet Red. HEX triplet: EE, 46 and 9D. RGB value is (238,70,157). Sum of RGB (Red+Green+Blue) = 238+70+157=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE469D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE469D is #11B962. Grayscale: #818181. Windows color (decimal): -1161571 or 10307310. OLE color: 10307310.
HSL color Cylindrical-coordinate representation of color #EE469D: hue angle of 328.93º 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 #EE469D is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 157 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.07 |
| HSL | 328.93º | 0.83% | 0.6% | - |
| HSV(B) | 328.93º | 0.71% | 0.93% | - |
| XYZ | 43.54 | 24.99 | 34.43 | - |
| YUV | 130.15 | 143.16 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 157 | 0 | 0.71 | 0.34 | 0.07 | 328.93 | 0.83 | 0.6 |
| Hex | EE | 46 | 9D | 0 | 47 | 22 | 7 | 149 | 53 | 3C |
| Octal | 356 | 106 | 235 | 0 | 107 | 42 | 7 | 511 | 123 | 74 |
| Binary | 11101110 | 1000110 | 10011101 | 0 | 1000111 | 100010 | 111 | 101001001 | 1010011 | 111100 |
Color Harmonies of #EE469D
Complementary color
Monochromatic Colors of #EE469D
Black with #EE469D
Text Example
Text Example
White with #EE469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE469D; }
p { color: rgb(238,70,157); }
H1.HeaderClassName
{
color: #EE469D;
}
.AnyTagClassName
{
color: #EE469D;
}
</style>
background-color css
<style>
a { background-color: #EE469D; }
a { background-color: rgb(238,70,157); }
div.DivClassName
{
background-color: #EE469D;
}
.BgClassName
{
background-color: #EE469D;
}
</style>
border-color css
<style>
span { border-color: #EE469D; }
span { border-color: rgb(238,70,157); }
td.TdClassName
{
border-color: #EE469D;
}
.TagClassName
{
border-color: #EE469D;
}
</style>