Shades of Pale Violet Red #EE6798
Tints of Pale Violet Red #EE6798
RGB
CMYK
RGB Variations
Color information
#EE6798 (or 0xEE6798) is known color: Pale Violet Red. HEX triplet: EE, 67 and 98. RGB value is (238,103,152). Sum of RGB (Red+Green+Blue) = 238+103+152=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6798 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6798 is #119867. Grayscale: #949494. Windows color (decimal): -1153128 or 9988078. OLE color: 9988078.
HSL color Cylindrical-coordinate representation of color #EE6798: hue angle of 338.22º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE6798 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 152 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.07 |
| HSL | 338.22º | 0.8% | 0.67% | - |
| HSV(B) | 338.22º | 0.57% | 0.93% | - |
| XYZ | 45.78 | 30.14 | 33.11 | - |
| YUV | 148.95 | 129.73 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 152 | 0 | 0.57 | 0.36 | 0.07 | 338.22 | 0.8 | 0.67 |
| Hex | EE | 67 | 98 | 0 | 39 | 24 | 7 | 152 | 50 | 43 |
| Octal | 356 | 147 | 230 | 0 | 71 | 44 | 7 | 522 | 120 | 103 |
| Binary | 11101110 | 1100111 | 10011000 | 0 | 111001 | 100100 | 111 | 101010010 | 1010000 | 1000011 |
Color Harmonies of #EE6798
Complementary color
Monochromatic Colors of #EE6798
Black with #EE6798
Text Example
Text Example
White with #EE6798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6798; }
p { color: rgb(238,103,152); }
H1.HeaderClassName
{
color: #EE6798;
}
.AnyTagClassName
{
color: #EE6798;
}
</style>
background-color css
<style>
a { background-color: #EE6798; }
a { background-color: rgb(238,103,152); }
div.DivClassName
{
background-color: #EE6798;
}
.BgClassName
{
background-color: #EE6798;
}
</style>
border-color css
<style>
span { border-color: #EE6798; }
span { border-color: rgb(238,103,152); }
td.TdClassName
{
border-color: #EE6798;
}
.TagClassName
{
border-color: #EE6798;
}
</style>