Shades of Pale Violet Red #EA669F
Tints of Pale Violet Red #EA669F
RGB
CMYK
RGB Variations
Color information
#EA669F (or 0xEA669F) is known color: Pale Violet Red. HEX triplet: EA, 66 and 9F. RGB value is (234,102,159). Sum of RGB (Red+Green+Blue) = 234+102+159=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA669F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA669F is #159960. Grayscale: #939393. Windows color (decimal): -1415521 or 10446570. OLE color: 10446570.
HSL color Cylindrical-coordinate representation of color #EA669F: hue angle of 334.09º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA669F is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 159 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.08 |
| HSL | 334.09º | 0.76% | 0.66% | - |
| HSV(B) | 334.09º | 0.56% | 0.92% | - |
| XYZ | 44.94 | 29.5 | 36.13 | - |
| YUV | 147.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 159 | 0 | 0.56 | 0.32 | 0.08 | 334.09 | 0.76 | 0.66 |
| Hex | EA | 66 | 9F | 0 | 38 | 20 | 8 | 14E | 4C | 42 |
| Octal | 352 | 146 | 237 | 0 | 70 | 40 | 10 | 516 | 114 | 102 |
| Binary | 11101010 | 1100110 | 10011111 | 0 | 111000 | 100000 | 1000 | 101001110 | 1001100 | 1000010 |
Color Harmonies of #EA669F
Complementary color
Monochromatic Colors of #EA669F
Black with #EA669F
Text Example
Text Example
White with #EA669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA669F; }
p { color: rgb(234,102,159); }
H1.HeaderClassName
{
color: #EA669F;
}
.AnyTagClassName
{
color: #EA669F;
}
</style>
background-color css
<style>
a { background-color: #EA669F; }
a { background-color: rgb(234,102,159); }
div.DivClassName
{
background-color: #EA669F;
}
.BgClassName
{
background-color: #EA669F;
}
</style>
border-color css
<style>
span { border-color: #EA669F; }
span { border-color: rgb(234,102,159); }
td.TdClassName
{
border-color: #EA669F;
}
.TagClassName
{
border-color: #EA669F;
}
</style>