Shades of Violet Red #EE449B
Tints of Violet Red #EE449B
RGB
CMYK
RGB Variations
Color information
#EE449B (or 0xEE449B) is known color: Violet Red. HEX triplet: EE, 44 and 9B. RGB value is (238,68,155). Sum of RGB (Red+Green+Blue) = 238+68+155=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE449B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE449B is #11BB64. Grayscale: #808080. Windows color (decimal): -1162085 or 10175726. OLE color: 10175726.
HSL color Cylindrical-coordinate representation of color #EE449B: hue angle of 329.29º 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 #EE449B is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 68 | 155 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.07 |
| HSL | 329.29º | 0.83% | 0.6% | - |
| HSV(B) | 329.29º | 0.71% | 0.93% | - |
| XYZ | 43.24 | 24.68 | 33.49 | - |
| YUV | 128.75 | 142.82 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 68 | 155 | 0 | 0.71 | 0.35 | 0.07 | 329.29 | 0.83 | 0.6 |
| Hex | EE | 44 | 9B | 0 | 47 | 23 | 7 | 149 | 53 | 3C |
| Octal | 356 | 104 | 233 | 0 | 107 | 43 | 7 | 511 | 123 | 74 |
| Binary | 11101110 | 1000100 | 10011011 | 0 | 1000111 | 100011 | 111 | 101001001 | 1010011 | 111100 |
Color Harmonies of #EE449B
Complementary color
Monochromatic Colors of #EE449B
Black with #EE449B
Text Example
Text Example
White with #EE449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE449B; }
p { color: rgb(238,68,155); }
H1.HeaderClassName
{
color: #EE449B;
}
.AnyTagClassName
{
color: #EE449B;
}
</style>
background-color css
<style>
a { background-color: #EE449B; }
a { background-color: rgb(238,68,155); }
div.DivClassName
{
background-color: #EE449B;
}
.BgClassName
{
background-color: #EE449B;
}
</style>
border-color css
<style>
span { border-color: #EE449B; }
span { border-color: rgb(238,68,155); }
td.TdClassName
{
border-color: #EE449B;
}
.TagClassName
{
border-color: #EE449B;
}
</style>