Shades of Pale Violet Red #EE669B
Tints of Pale Violet Red #EE669B
RGB
CMYK
RGB Variations
Color information
#EE669B (or 0xEE669B) is known color: Pale Violet Red. HEX triplet: EE, 66 and 9B. RGB value is (238,102,155). Sum of RGB (Red+Green+Blue) = 238+102+155=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE669B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE669B is #119964. Grayscale: #949494. Windows color (decimal): -1153381 or 10184430. OLE color: 10184430.
HSL color Cylindrical-coordinate representation of color #EE669B: hue angle of 336.62º 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 #EE669B is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 155 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.07 |
| HSL | 336.62º | 0.8% | 0.67% | - |
| HSV(B) | 336.62º | 0.57% | 0.93% | - |
| XYZ | 45.93 | 30.05 | 34.39 | - |
| YUV | 148.71 | 131.56 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 155 | 0 | 0.57 | 0.35 | 0.07 | 336.62 | 0.8 | 0.67 |
| Hex | EE | 66 | 9B | 0 | 39 | 23 | 7 | 151 | 50 | 43 |
| Octal | 356 | 146 | 233 | 0 | 71 | 43 | 7 | 521 | 120 | 103 |
| Binary | 11101110 | 1100110 | 10011011 | 0 | 111001 | 100011 | 111 | 101010001 | 1010000 | 1000011 |
Color Harmonies of #EE669B
Complementary color
Monochromatic Colors of #EE669B
Black with #EE669B
Text Example
Text Example
White with #EE669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE669B; }
p { color: rgb(238,102,155); }
H1.HeaderClassName
{
color: #EE669B;
}
.AnyTagClassName
{
color: #EE669B;
}
</style>
background-color css
<style>
a { background-color: #EE669B; }
a { background-color: rgb(238,102,155); }
div.DivClassName
{
background-color: #EE669B;
}
.BgClassName
{
background-color: #EE669B;
}
</style>
border-color css
<style>
span { border-color: #EE669B; }
span { border-color: rgb(238,102,155); }
td.TdClassName
{
border-color: #EE669B;
}
.TagClassName
{
border-color: #EE669B;
}
</style>