Shades of Violet #EA7BDF
Tints of Violet #EA7BDF
RGB
CMYK
RGB Variations
Color information
#EA7BDF (or 0xEA7BDF) is known color: Violet. HEX triplet: EA, 7B and DF. RGB value is (234,123,223). Sum of RGB (Red+Green+Blue) = 234+123+223=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 123 (48.44% from 255 or 21.21% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7BDF is #158420. Grayscale: #A7A7A7. Windows color (decimal): -1410081 or 14646250. OLE color: 14646250.
HSL color Cylindrical-coordinate representation of color #EA7BDF: hue angle of 305.95º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7BDF is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 123 | 223 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.08 |
| HSL | 305.95º | 0.73% | 0.7% | - |
| HSV(B) | 305.95º | 0.47% | 0.92% | - |
| XYZ | 54.33 | 36.99 | 74.09 | - |
| YUV | 167.59 | 159.27 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 223 | 0 | 0.47 | 0.05 | 0.08 | 305.95 | 0.73 | 0.7 |
| Hex | EA | 7B | DF | 0 | 2F | 5 | 8 | 132 | 49 | 46 |
| Octal | 352 | 173 | 337 | 0 | 57 | 5 | 10 | 462 | 111 | 106 |
| Binary | 11101010 | 1111011 | 11011111 | 0 | 101111 | 101 | 1000 | 100110010 | 1001001 | 1000110 |
Color Harmonies of #EA7BDF
Complementary color
Monochromatic Colors of #EA7BDF
Black with #EA7BDF
Text Example
Text Example
White with #EA7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7BDF; }
p { color: rgb(234,123,223); }
H1.HeaderClassName
{
color: #EA7BDF;
}
.AnyTagClassName
{
color: #EA7BDF;
}
</style>
background-color css
<style>
a { background-color: #EA7BDF; }
a { background-color: rgb(234,123,223); }
div.DivClassName
{
background-color: #EA7BDF;
}
.BgClassName
{
background-color: #EA7BDF;
}
</style>
border-color css
<style>
span { border-color: #EA7BDF; }
span { border-color: rgb(234,123,223); }
td.TdClassName
{
border-color: #EA7BDF;
}
.TagClassName
{
border-color: #EA7BDF;
}
</style>