Shades of Violet #ED7DFD
Tints of Violet #ED7DFD
RGB
CMYK
RGB Variations
Color information
#ED7DFD (or 0xED7DFD) is known color: Violet. HEX triplet: ED, 7D and FD. RGB value is (237,125,253). Sum of RGB (Red+Green+Blue) = 237+125+253=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 125 (49.22% from 255 or 20.33% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED7DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7DFD is #128202. Grayscale: #ACACAC. Windows color (decimal): -1212931 or 16612845. OLE color: 16612845.
HSL color Cylindrical-coordinate representation of color #ED7DFD: hue angle of 292.5º 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 #ED7DFD is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 125 | 253 | - |
CMYK | 0.06 | 0.51 | 0 | 0.01 |
HSL | 292.5º | 0.97% | 0.74% | - |
HSV(B) | 292.5º | 0.51% | 0.99% | - |
XYZ | 59.99 | 39.76 | 97.44 | - |
YUV | 173.08 | 173.11 | 173.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 125 | 253 | 0.06 | 0.51 | 0 | 0.01 | 292.5 | 0.97 | 0.74 |
Hex | ED | 7D | FD | 6 | 33 | 0 | 1 | 124 | 61 | 4A |
Octal | 355 | 175 | 375 | 6 | 63 | 0 | 1 | 444 | 141 | 112 |
Binary | 11101101 | 1111101 | 11111101 | 110 | 110011 | 0 | 1 | 100100100 | 1100001 | 1001010 |
Color Harmonies of #ED7DFD
Complementary color
Monochromatic Colors of #ED7DFD
Black with #ED7DFD
Text Example
Text Example
White with #ED7DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7DFD; }
p { color: rgb(237,125,253); }
H1.HeaderClassName
{
color: #ED7DFD;
}
.AnyTagClassName
{
color: #ED7DFD;
}
</style>
background-color css
<style>
a { background-color: #ED7DFD; }
a { background-color: rgb(237,125,253); }
div.DivClassName
{
background-color: #ED7DFD;
}
.BgClassName
{
background-color: #ED7DFD;
}
</style>
border-color css
<style>
span { border-color: #ED7DFD; }
span { border-color: rgb(237,125,253); }
td.TdClassName
{
border-color: #ED7DFD;
}
.TagClassName
{
border-color: #ED7DFD;
}
</style>