Shades of Violet #EE7BFD
Tints of Violet #EE7BFD
RGB
CMYK
RGB Variations
Color information
#EE7BFD (or 0xEE7BFD) is known color: Violet. HEX triplet: EE, 7B and FD. RGB value is (238,123,253). Sum of RGB (Red+Green+Blue) = 238+123+253=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 123 (48.44% from 255 or 20.03% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE7BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7BFD is #118402. Grayscale: #ABABAB. Windows color (decimal): -1147907 or 16612334. OLE color: 16612334.
HSL color Cylindrical-coordinate representation of color #EE7BFD: hue angle of 293.08º degrees, saturation: 0.97, 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 #EE7BFD is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 123 | 253 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.01 |
| HSL | 293.08º | 0.97% | 0.74% | - |
| HSV(B) | 293.08º | 0.51% | 0.99% | - |
| XYZ | 60.07 | 39.43 | 97.37 | - |
| YUV | 172.21 | 173.6 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 123 | 253 | 0.06 | 0.51 | 0 | 0.01 | 293.08 | 0.97 | 0.74 |
| Hex | EE | 7B | FD | 6 | 33 | 0 | 1 | 125 | 61 | 4A |
| Octal | 356 | 173 | 375 | 6 | 63 | 0 | 1 | 445 | 141 | 112 |
| Binary | 11101110 | 1111011 | 11111101 | 110 | 110011 | 0 | 1 | 100100101 | 1100001 | 1001010 |
Color Harmonies of #EE7BFD
Complementary color
Monochromatic Colors of #EE7BFD
Black with #EE7BFD
Text Example
Text Example
White with #EE7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7BFD; }
p { color: rgb(238,123,253); }
H1.HeaderClassName
{
color: #EE7BFD;
}
.AnyTagClassName
{
color: #EE7BFD;
}
</style>
background-color css
<style>
a { background-color: #EE7BFD; }
a { background-color: rgb(238,123,253); }
div.DivClassName
{
background-color: #EE7BFD;
}
.BgClassName
{
background-color: #EE7BFD;
}
</style>
border-color css
<style>
span { border-color: #EE7BFD; }
span { border-color: rgb(238,123,253); }
td.TdClassName
{
border-color: #EE7BFD;
}
.TagClassName
{
border-color: #EE7BFD;
}
</style>