Shades of Violet #EA98F2
Tints of Violet #EA98F2
RGB
CMYK
RGB Variations
Color information
#EA98F2 (or 0xEA98F2) is known color: Violet. HEX triplet: EA, 98 and F2. RGB value is (234,152,242). Sum of RGB (Red+Green+Blue) = 234+152+242=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 152 (59.77% from 255 or 24.20% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA98F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA98F2 is #15670D. Grayscale: #BABABA. Windows color (decimal): -1402638 or 15898858. OLE color: 15898858.
HSL color Cylindrical-coordinate representation of color #EA98F2: hue angle of 294.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA98F2 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 152 | 242 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.05 |
| HSL | 294.67º | 0.78% | 0.77% | - |
| HSV(B) | 294.67º | 0.37% | 0.95% | - |
| XYZ | 61.19 | 46.36 | 89.73 | - |
| YUV | 186.78 | 159.17 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 152 | 242 | 0.03 | 0.37 | 0 | 0.05 | 294.67 | 0.78 | 0.77 |
| Hex | EA | 98 | F2 | 3 | 25 | 0 | 5 | 127 | 4E | 4D |
| Octal | 352 | 230 | 362 | 3 | 45 | 0 | 5 | 447 | 116 | 115 |
| Binary | 11101010 | 10011000 | 11110010 | 11 | 100101 | 0 | 101 | 100100111 | 1001110 | 1001101 |
Color Harmonies of #EA98F2
Complementary color
Monochromatic Colors of #EA98F2
Black with #EA98F2
Text Example
Text Example
White with #EA98F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA98F2; }
p { color: rgb(234,152,242); }
H1.HeaderClassName
{
color: #EA98F2;
}
.AnyTagClassName
{
color: #EA98F2;
}
</style>
background-color css
<style>
a { background-color: #EA98F2; }
a { background-color: rgb(234,152,242); }
div.DivClassName
{
background-color: #EA98F2;
}
.BgClassName
{
background-color: #EA98F2;
}
</style>
border-color css
<style>
span { border-color: #EA98F2; }
span { border-color: rgb(234,152,242); }
td.TdClassName
{
border-color: #EA98F2;
}
.TagClassName
{
border-color: #EA98F2;
}
</style>