Shades of Pale Violet Red #EE6B9B
Tints of Pale Violet Red #EE6B9B
RGB
CMYK
RGB Variations
Color information
#EE6B9B (or 0xEE6B9B) is known color: Pale Violet Red. HEX triplet: EE, 6B and 9B. RGB value is (238,107,155). Sum of RGB (Red+Green+Blue) = 238+107+155=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6B9B is #119464. Grayscale: #979797. Windows color (decimal): -1152101 or 10185710. OLE color: 10185710.
HSL color Cylindrical-coordinate representation of color #EE6B9B: hue angle of 338.02º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6B9B is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 107 | 155 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.07 |
| HSL | 338.02º | 0.79% | 0.68% | - |
| HSV(B) | 338.02º | 0.55% | 0.93% | - |
| XYZ | 46.43 | 31.06 | 34.56 | - |
| YUV | 151.64 | 129.9 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 107 | 155 | 0 | 0.55 | 0.35 | 0.07 | 338.02 | 0.79 | 0.68 |
| Hex | EE | 6B | 9B | 0 | 37 | 23 | 7 | 152 | 4F | 44 |
| Octal | 356 | 153 | 233 | 0 | 67 | 43 | 7 | 522 | 117 | 104 |
| Binary | 11101110 | 1101011 | 10011011 | 0 | 110111 | 100011 | 111 | 101010010 | 1001111 | 1000100 |
Color Harmonies of #EE6B9B
Complementary color
Monochromatic Colors of #EE6B9B
Black with #EE6B9B
Text Example
Text Example
White with #EE6B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6B9B; }
p { color: rgb(238,107,155); }
H1.HeaderClassName
{
color: #EE6B9B;
}
.AnyTagClassName
{
color: #EE6B9B;
}
</style>
background-color css
<style>
a { background-color: #EE6B9B; }
a { background-color: rgb(238,107,155); }
div.DivClassName
{
background-color: #EE6B9B;
}
.BgClassName
{
background-color: #EE6B9B;
}
</style>
border-color css
<style>
span { border-color: #EE6B9B; }
span { border-color: rgb(238,107,155); }
td.TdClassName
{
border-color: #EE6B9B;
}
.TagClassName
{
border-color: #EE6B9B;
}
</style>