Shades of Violet #EE7BF8
Tints of Violet #EE7BF8
RGB
CMYK
RGB Variations
Color information
#EE7BF8 (or 0xEE7BF8) is known color: Violet. HEX triplet: EE, 7B and F8. RGB value is (238,123,248). Sum of RGB (Red+Green+Blue) = 238+123+248=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 123 (48.44% from 255 or 20.20% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE7BF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7BF8 is #118407. Grayscale: #ABABAB. Windows color (decimal): -1147912 or 16284654. OLE color: 16284654.
HSL color Cylindrical-coordinate representation of color #EE7BF8: hue angle of 295.2º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE7BF8 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 123 | 248 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.03 |
| HSL | 295.2º | 0.9% | 0.73% | - |
| HSV(B) | 295.2º | 0.5% | 0.97% | - |
| XYZ | 59.29 | 39.12 | 93.23 | - |
| YUV | 171.64 | 171.1 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 123 | 248 | 0.04 | 0.50 | 0 | 0.03 | 295.2 | 0.9 | 0.73 |
| Hex | EE | 7B | F8 | 4 | 32 | 0 | 3 | 127 | 5A | 49 |
| Octal | 356 | 173 | 370 | 4 | 62 | 0 | 3 | 447 | 132 | 111 |
| Binary | 11101110 | 1111011 | 11111000 | 100 | 110010 | 0 | 11 | 100100111 | 1011010 | 1001001 |
Color Harmonies of #EE7BF8
Complementary color
Monochromatic Colors of #EE7BF8
Black with #EE7BF8
Text Example
Text Example
White with #EE7BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7BF8; }
p { color: rgb(238,123,248); }
H1.HeaderClassName
{
color: #EE7BF8;
}
.AnyTagClassName
{
color: #EE7BF8;
}
</style>
background-color css
<style>
a { background-color: #EE7BF8; }
a { background-color: rgb(238,123,248); }
div.DivClassName
{
background-color: #EE7BF8;
}
.BgClassName
{
background-color: #EE7BF8;
}
</style>
border-color css
<style>
span { border-color: #EE7BF8; }
span { border-color: rgb(238,123,248); }
td.TdClassName
{
border-color: #EE7BF8;
}
.TagClassName
{
border-color: #EE7BF8;
}
</style>