Shades of Pale Violet Red #EA6B9C
Tints of Pale Violet Red #EA6B9C
RGB
CMYK
RGB Variations
Color information
#EA6B9C (or 0xEA6B9C) is known color: Pale Violet Red. HEX triplet: EA, 6B and 9C. RGB value is (234,107,156). Sum of RGB (Red+Green+Blue) = 234+107+156=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6B9C is #159463. Grayscale: #969696. Windows color (decimal): -1414244 or 10251242. OLE color: 10251242.
HSL color Cylindrical-coordinate representation of color #EA6B9C: hue angle of 336.85º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6B9C is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 107 | 156 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.08 |
| HSL | 336.85º | 0.75% | 0.67% | - |
| HSV(B) | 336.85º | 0.54% | 0.92% | - |
| XYZ | 45.19 | 30.41 | 34.94 | - |
| YUV | 150.56 | 131.08 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 156 | 0 | 0.54 | 0.33 | 0.08 | 336.85 | 0.75 | 0.67 |
| Hex | EA | 6B | 9C | 0 | 36 | 21 | 8 | 151 | 4B | 43 |
| Octal | 352 | 153 | 234 | 0 | 66 | 41 | 10 | 521 | 113 | 103 |
| Binary | 11101010 | 1101011 | 10011100 | 0 | 110110 | 100001 | 1000 | 101010001 | 1001011 | 1000011 |
Color Harmonies of #EA6B9C
Complementary color
Monochromatic Colors of #EA6B9C
Black with #EA6B9C
Text Example
Text Example
White with #EA6B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6B9C; }
p { color: rgb(234,107,156); }
H1.HeaderClassName
{
color: #EA6B9C;
}
.AnyTagClassName
{
color: #EA6B9C;
}
</style>
background-color css
<style>
a { background-color: #EA6B9C; }
a { background-color: rgb(234,107,156); }
div.DivClassName
{
background-color: #EA6B9C;
}
.BgClassName
{
background-color: #EA6B9C;
}
</style>
border-color css
<style>
span { border-color: #EA6B9C; }
span { border-color: rgb(234,107,156); }
td.TdClassName
{
border-color: #EA6B9C;
}
.TagClassName
{
border-color: #EA6B9C;
}
</style>