Shades of Pale Violet Red #EA699D
Tints of Pale Violet Red #EA699D
RGB
CMYK
RGB Variations
Color information
#EA699D (or 0xEA699D) is known color: Pale Violet Red. HEX triplet: EA, 69 and 9D. RGB value is (234,105,157). Sum of RGB (Red+Green+Blue) = 234+105+157=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA699D is #159662. Grayscale: #959595. Windows color (decimal): -1414755 or 10316266. OLE color: 10316266.
HSL color Cylindrical-coordinate representation of color #EA699D: hue angle of 335.81º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA699D is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 105 | 157 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.08 |
| HSL | 335.81º | 0.75% | 0.66% | - |
| HSV(B) | 335.81º | 0.55% | 0.92% | - |
| XYZ | 45.07 | 30.03 | 35.32 | - |
| YUV | 149.5 | 132.24 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 105 | 157 | 0 | 0.55 | 0.33 | 0.08 | 335.81 | 0.75 | 0.66 |
| Hex | EA | 69 | 9D | 0 | 37 | 21 | 8 | 150 | 4B | 42 |
| Octal | 352 | 151 | 235 | 0 | 67 | 41 | 10 | 520 | 113 | 102 |
| Binary | 11101010 | 1101001 | 10011101 | 0 | 110111 | 100001 | 1000 | 101010000 | 1001011 | 1000010 |
Color Harmonies of #EA699D
Complementary color
Monochromatic Colors of #EA699D
Black with #EA699D
Text Example
Text Example
White with #EA699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA699D; }
p { color: rgb(234,105,157); }
H1.HeaderClassName
{
color: #EA699D;
}
.AnyTagClassName
{
color: #EA699D;
}
</style>
background-color css
<style>
a { background-color: #EA699D; }
a { background-color: rgb(234,105,157); }
div.DivClassName
{
background-color: #EA699D;
}
.BgClassName
{
background-color: #EA699D;
}
</style>
border-color css
<style>
span { border-color: #EA699D; }
span { border-color: rgb(234,105,157); }
td.TdClassName
{
border-color: #EA699D;
}
.TagClassName
{
border-color: #EA699D;
}
</style>