Shades of Violet #ED7BE3
Tints of Violet #ED7BE3
RGB
CMYK
RGB Variations
Color information
#ED7BE3 (or 0xED7BE3) is known color: Violet. HEX triplet: ED, 7B and E3. RGB value is (237,123,227). Sum of RGB (Red+Green+Blue) = 237+123+227=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 123 (48.44% from 255 or 20.95% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BE3 is #12841C. Grayscale: #A8A8A8. Windows color (decimal): -1213469 or 14908397. OLE color: 14908397.
HSL color Cylindrical-coordinate representation of color #ED7BE3: hue angle of 305.26º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7BE3 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 227 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.07 |
| HSL | 305.26º | 0.76% | 0.71% | - |
| HSV(B) | 305.26º | 0.48% | 0.93% | - |
| XYZ | 55.87 | 37.72 | 77.01 | - |
| YUV | 168.94 | 160.77 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 227 | 0 | 0.48 | 0.04 | 0.07 | 305.26 | 0.76 | 0.71 |
| Hex | ED | 7B | E3 | 0 | 30 | 4 | 7 | 131 | 4C | 47 |
| Octal | 355 | 173 | 343 | 0 | 60 | 4 | 7 | 461 | 114 | 107 |
| Binary | 11101101 | 1111011 | 11100011 | 0 | 110000 | 100 | 111 | 100110001 | 1001100 | 1000111 |
Color Harmonies of #ED7BE3
Complementary color
Monochromatic Colors of #ED7BE3
Black with #ED7BE3
Text Example
Text Example
White with #ED7BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BE3; }
p { color: rgb(237,123,227); }
H1.HeaderClassName
{
color: #ED7BE3;
}
.AnyTagClassName
{
color: #ED7BE3;
}
</style>
background-color css
<style>
a { background-color: #ED7BE3; }
a { background-color: rgb(237,123,227); }
div.DivClassName
{
background-color: #ED7BE3;
}
.BgClassName
{
background-color: #ED7BE3;
}
</style>
border-color css
<style>
span { border-color: #ED7BE3; }
span { border-color: rgb(237,123,227); }
td.TdClassName
{
border-color: #ED7BE3;
}
.TagClassName
{
border-color: #ED7BE3;
}
</style>