Shades of Violet #ED7FFB
Tints of Violet #ED7FFB
RGB
CMYK
RGB Variations
Color information
#ED7FFB (or 0xED7FFB) is known color: Violet. HEX triplet: ED, 7F and FB. RGB value is (237,127,251). Sum of RGB (Red+Green+Blue) = 237+127+251=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 127 (50% from 255 or 20.65% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED7FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7FFB is #128004. Grayscale: #ADADAD. Windows color (decimal): -1212421 or 16482285. OLE color: 16482285.
HSL color Cylindrical-coordinate representation of color #ED7FFB: hue angle of 293.23º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7FFB is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 127 | 251 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.02 |
| HSL | 293.23º | 0.94% | 0.74% | - |
| HSV(B) | 293.23º | 0.49% | 0.98% | - |
| XYZ | 59.93 | 40.15 | 95.86 | - |
| YUV | 174.03 | 171.44 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 251 | 0.06 | 0.49 | 0 | 0.02 | 293.23 | 0.94 | 0.74 |
| Hex | ED | 7F | FB | 6 | 31 | 0 | 2 | 125 | 5E | 4A |
| Octal | 355 | 177 | 373 | 6 | 61 | 0 | 2 | 445 | 136 | 112 |
| Binary | 11101101 | 1111111 | 11111011 | 110 | 110001 | 0 | 10 | 100100101 | 1011110 | 1001010 |
Color Harmonies of #ED7FFB
Complementary color
Monochromatic Colors of #ED7FFB
Black with #ED7FFB
Text Example
Text Example
White with #ED7FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7FFB; }
p { color: rgb(237,127,251); }
H1.HeaderClassName
{
color: #ED7FFB;
}
.AnyTagClassName
{
color: #ED7FFB;
}
</style>
background-color css
<style>
a { background-color: #ED7FFB; }
a { background-color: rgb(237,127,251); }
div.DivClassName
{
background-color: #ED7FFB;
}
.BgClassName
{
background-color: #ED7FFB;
}
</style>
border-color css
<style>
span { border-color: #ED7FFB; }
span { border-color: rgb(237,127,251); }
td.TdClassName
{
border-color: #ED7FFB;
}
.TagClassName
{
border-color: #ED7FFB;
}
</style>