Shades of Violet #EE7BF2
Tints of Violet #EE7BF2
RGB
CMYK
RGB Variations
Color information
#EE7BF2 (or 0xEE7BF2) is known color: Violet. HEX triplet: EE, 7B and F2. RGB value is (238,123,242). Sum of RGB (Red+Green+Blue) = 238+123+242=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 123 (48.44% from 255 or 20.40% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE7BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7BF2 is #11840D. Grayscale: #AAAAAA. Windows color (decimal): -1147918 or 15891438. OLE color: 15891438.
HSL color Cylindrical-coordinate representation of color #EE7BF2: hue angle of 297.98º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE7BF2 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 123 | 242 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.05 |
| HSL | 297.98º | 0.82% | 0.72% | - |
| HSV(B) | 297.98º | 0.49% | 0.95% | - |
| XYZ | 58.37 | 38.75 | 88.41 | - |
| YUV | 170.95 | 168.1 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 123 | 242 | 0.02 | 0.49 | 0 | 0.05 | 297.98 | 0.82 | 0.72 |
| Hex | EE | 7B | F2 | 2 | 31 | 0 | 5 | 12A | 52 | 48 |
| Octal | 356 | 173 | 362 | 2 | 61 | 0 | 5 | 452 | 122 | 110 |
| Binary | 11101110 | 1111011 | 11110010 | 10 | 110001 | 0 | 101 | 100101010 | 1010010 | 1001000 |
Color Harmonies of #EE7BF2
Complementary color
Monochromatic Colors of #EE7BF2
Black with #EE7BF2
Text Example
Text Example
White with #EE7BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7BF2; }
p { color: rgb(238,123,242); }
H1.HeaderClassName
{
color: #EE7BF2;
}
.AnyTagClassName
{
color: #EE7BF2;
}
</style>
background-color css
<style>
a { background-color: #EE7BF2; }
a { background-color: rgb(238,123,242); }
div.DivClassName
{
background-color: #EE7BF2;
}
.BgClassName
{
background-color: #EE7BF2;
}
</style>
border-color css
<style>
span { border-color: #EE7BF2; }
span { border-color: rgb(238,123,242); }
td.TdClassName
{
border-color: #EE7BF2;
}
.TagClassName
{
border-color: #EE7BF2;
}
</style>