Shades of Violet #EE82FC
Tints of Violet #EE82FC
RGB
CMYK
RGB Variations
Color information
#EE82FC (or 0xEE82FC) is known color: Violet. HEX triplet: EE, 82 and FC. RGB value is (238,130,252). Sum of RGB (Red+Green+Blue) = 238+130+252=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 130 (51.17% from 255 or 20.97% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE82FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE82FC is #117D03. Grayscale: #AFAFAF. Windows color (decimal): -1146116 or 16548590. OLE color: 16548590.
HSL color Cylindrical-coordinate representation of color #EE82FC: hue angle of 293.11º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE82FC is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 130 | 252 | - |
CMYK | 0.06 | 0.48 | 0 | 0.01 |
HSL | 293.11º | 0.95% | 0.75% | - |
HSV(B) | 293.11º | 0.48% | 0.99% | - |
XYZ | 60.81 | 41.17 | 96.84 | - |
YUV | 176.2 | 170.78 | 172.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 130 | 252 | 0.06 | 0.48 | 0 | 0.01 | 293.11 | 0.95 | 0.75 |
Hex | EE | 82 | FC | 6 | 30 | 0 | 1 | 125 | 5F | 4B |
Octal | 356 | 202 | 374 | 6 | 60 | 0 | 1 | 445 | 137 | 113 |
Binary | 11101110 | 10000010 | 11111100 | 110 | 110000 | 0 | 1 | 100100101 | 1011111 | 1001011 |
Color Harmonies of #EE82FC
Complementary color
Monochromatic Colors of #EE82FC
Black with #EE82FC
Text Example
Text Example
White with #EE82FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE82FC; }
p { color: rgb(238,130,252); }
H1.HeaderClassName
{
color: #EE82FC;
}
.AnyTagClassName
{
color: #EE82FC;
}
</style>
background-color css
<style>
a { background-color: #EE82FC; }
a { background-color: rgb(238,130,252); }
div.DivClassName
{
background-color: #EE82FC;
}
.BgClassName
{
background-color: #EE82FC;
}
</style>
border-color css
<style>
span { border-color: #EE82FC; }
span { border-color: rgb(238,130,252); }
td.TdClassName
{
border-color: #EE82FC;
}
.TagClassName
{
border-color: #EE82FC;
}
</style>