Shades of Violet #EA88FC
Tints of Violet #EA88FC
RGB
CMYK
RGB Variations
Color information
#EA88FC (or 0xEA88FC) is known color: Violet. HEX triplet: EA, 88 and FC. RGB value is (234,136,252). Sum of RGB (Red+Green+Blue) = 234+136+252=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 136 (53.52% from 255 or 21.86% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA88FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA88FC is #157703. Grayscale: #B2B2B2. Windows color (decimal): -1406724 or 16550122. OLE color: 16550122.
HSL color Cylindrical-coordinate representation of color #EA88FC: hue angle of 290.69º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA88FC is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 136 | 252 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.01 |
| HSL | 290.69º | 0.95% | 0.76% | - |
| HSV(B) | 290.69º | 0.46% | 0.99% | - |
| XYZ | 60.31 | 42.13 | 97.05 | - |
| YUV | 178.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 252 | 0.07 | 0.46 | 0 | 0.01 | 290.69 | 0.95 | 0.76 |
| Hex | EA | 88 | FC | 7 | 2E | 0 | 1 | 123 | 5F | 4C |
| Octal | 352 | 210 | 374 | 7 | 56 | 0 | 1 | 443 | 137 | 114 |
| Binary | 11101010 | 10001000 | 11111100 | 111 | 101110 | 0 | 1 | 100100011 | 1011111 | 1001100 |
Color Harmonies of #EA88FC
Complementary color
Monochromatic Colors of #EA88FC
Black with #EA88FC
Text Example
Text Example
White with #EA88FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA88FC; }
p { color: rgb(234,136,252); }
H1.HeaderClassName
{
color: #EA88FC;
}
.AnyTagClassName
{
color: #EA88FC;
}
</style>
background-color css
<style>
a { background-color: #EA88FC; }
a { background-color: rgb(234,136,252); }
div.DivClassName
{
background-color: #EA88FC;
}
.BgClassName
{
background-color: #EA88FC;
}
</style>
border-color css
<style>
span { border-color: #EA88FC; }
span { border-color: rgb(234,136,252); }
td.TdClassName
{
border-color: #EA88FC;
}
.TagClassName
{
border-color: #EA88FC;
}
</style>