Shades of Violet #EE75EA
Tints of Violet #EE75EA
RGB
CMYK
RGB Variations
Color information
#EE75EA (or 0xEE75EA) is known color: Violet. HEX triplet: EE, 75 and EA. RGB value is (238,117,234). Sum of RGB (Red+Green+Blue) = 238+117+234=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 117 (46.09% from 255 or 19.86% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EE75EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE75EA is #118A15. Grayscale: #A6A6A6. Windows color (decimal): -1149462 or 15365614. OLE color: 15365614.
HSL color Cylindrical-coordinate representation of color #EE75EA: hue angle of 301.98º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE75EA is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 234 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.07 |
| HSL | 301.98º | 0.78% | 0.7% | - |
| HSV(B) | 301.98º | 0.51% | 0.93% | - |
| XYZ | 56.47 | 36.84 | 81.98 | - |
| YUV | 166.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 234 | 0 | 0.51 | 0.02 | 0.07 | 301.98 | 0.78 | 0.7 |
| Hex | EE | 75 | EA | 0 | 33 | 2 | 7 | 12E | 4E | 46 |
| Octal | 356 | 165 | 352 | 0 | 63 | 2 | 7 | 456 | 116 | 106 |
| Binary | 11101110 | 1110101 | 11101010 | 0 | 110011 | 10 | 111 | 100101110 | 1001110 | 1000110 |
Color Harmonies of #EE75EA
Complementary color
Monochromatic Colors of #EE75EA
Black with #EE75EA
Text Example
Text Example
White with #EE75EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE75EA; }
p { color: rgb(238,117,234); }
H1.HeaderClassName
{
color: #EE75EA;
}
.AnyTagClassName
{
color: #EE75EA;
}
</style>
background-color css
<style>
a { background-color: #EE75EA; }
a { background-color: rgb(238,117,234); }
div.DivClassName
{
background-color: #EE75EA;
}
.BgClassName
{
background-color: #EE75EA;
}
</style>
border-color css
<style>
span { border-color: #EE75EA; }
span { border-color: rgb(238,117,234); }
td.TdClassName
{
border-color: #EE75EA;
}
.TagClassName
{
border-color: #EE75EA;
}
</style>