Shades of Violet #EE7BFC
Tints of Violet #EE7BFC
RGB
CMYK
RGB Variations
Color information
#EE7BFC (or 0xEE7BFC) is known color: Violet. HEX triplet: EE, 7B and FC. RGB value is (238,123,252). Sum of RGB (Red+Green+Blue) = 238+123+252=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 123 (48.44% from 255 or 20.07% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE7BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7BFC is #118403. Grayscale: #ABABAB. Windows color (decimal): -1147908 or 16546798. OLE color: 16546798.
HSL color Cylindrical-coordinate representation of color #EE7BFC: hue angle of 293.49º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE7BFC is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 123 | 252 | - |
CMYK | 0.06 | 0.51 | 0 | 0.01 |
HSL | 293.49º | 0.96% | 0.74% | - |
HSV(B) | 293.49º | 0.51% | 0.99% | - |
XYZ | 59.91 | 39.37 | 96.54 | - |
YUV | 172.09 | 173.1 | 175.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 123 | 252 | 0.06 | 0.51 | 0 | 0.01 | 293.49 | 0.96 | 0.74 |
Hex | EE | 7B | FC | 6 | 33 | 0 | 1 | 125 | 60 | 4A |
Octal | 356 | 173 | 374 | 6 | 63 | 0 | 1 | 445 | 140 | 112 |
Binary | 11101110 | 1111011 | 11111100 | 110 | 110011 | 0 | 1 | 100100101 | 1100000 | 1001010 |
Color Harmonies of #EE7BFC
Complementary color
Monochromatic Colors of #EE7BFC
Black with #EE7BFC
Text Example
Text Example
White with #EE7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7BFC; }
p { color: rgb(238,123,252); }
H1.HeaderClassName
{
color: #EE7BFC;
}
.AnyTagClassName
{
color: #EE7BFC;
}
</style>
background-color css
<style>
a { background-color: #EE7BFC; }
a { background-color: rgb(238,123,252); }
div.DivClassName
{
background-color: #EE7BFC;
}
.BgClassName
{
background-color: #EE7BFC;
}
</style>
border-color css
<style>
span { border-color: #EE7BFC; }
span { border-color: rgb(238,123,252); }
td.TdClassName
{
border-color: #EE7BFC;
}
.TagClassName
{
border-color: #EE7BFC;
}
</style>