Shades of Violet #EA69EE
Tints of Violet #EA69EE
RGB
CMYK
RGB Variations
Color information
#EA69EE (or 0xEA69EE) is known color: Violet. HEX triplet: EA, 69 and EE. RGB value is (234,105,238). Sum of RGB (Red+Green+Blue) = 234+105+238=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 105 (41.41% from 255 or 18.20% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA69EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA69EE is #159611. Grayscale: #9E9E9E. Windows color (decimal): -1414674 or 15624682. OLE color: 15624682.
HSL color Cylindrical-coordinate representation of color #EA69EE: hue angle of 298.2º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA69EE is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 105 | 238 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.07 |
| HSL | 298.2º | 0.8% | 0.67% | - |
| HSV(B) | 298.2º | 0.56% | 0.93% | - |
| XYZ | 54.42 | 33.77 | 84.54 | - |
| YUV | 158.73 | 172.74 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 105 | 238 | 0.02 | 0.56 | 0 | 0.07 | 298.2 | 0.8 | 0.67 |
| Hex | EA | 69 | EE | 2 | 38 | 0 | 7 | 12A | 50 | 43 |
| Octal | 352 | 151 | 356 | 2 | 70 | 0 | 7 | 452 | 120 | 103 |
| Binary | 11101010 | 1101001 | 11101110 | 10 | 111000 | 0 | 111 | 100101010 | 1010000 | 1000011 |
Color Harmonies of #EA69EE
Complementary color
Monochromatic Colors of #EA69EE
Black with #EA69EE
Text Example
Text Example
White with #EA69EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA69EE; }
p { color: rgb(234,105,238); }
H1.HeaderClassName
{
color: #EA69EE;
}
.AnyTagClassName
{
color: #EA69EE;
}
</style>
background-color css
<style>
a { background-color: #EA69EE; }
a { background-color: rgb(234,105,238); }
div.DivClassName
{
background-color: #EA69EE;
}
.BgClassName
{
background-color: #EA69EE;
}
</style>
border-color css
<style>
span { border-color: #EA69EE; }
span { border-color: rgb(234,105,238); }
td.TdClassName
{
border-color: #EA69EE;
}
.TagClassName
{
border-color: #EA69EE;
}
</style>