Shades of Violet #ED7AF2
Tints of Violet #ED7AF2
RGB
CMYK
RGB Variations
Color information
#ED7AF2 (or 0xED7AF2) is known color: Violet. HEX triplet: ED, 7A and F2. RGB value is (237,122,242). Sum of RGB (Red+Green+Blue) = 237+122+242=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 122 (48.05% from 255 or 20.30% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED7AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7AF2 is #12850D. Grayscale: #A9A9A9. Windows color (decimal): -1213710 or 15891181. OLE color: 15891181.
HSL color Cylindrical-coordinate representation of color #ED7AF2: hue angle of 297.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7AF2 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 122 | 242 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.05 |
| HSL | 297.5º | 0.82% | 0.71% | - |
| HSV(B) | 297.5º | 0.5% | 0.95% | - |
| XYZ | 57.91 | 38.33 | 88.35 | - |
| YUV | 170.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 242 | 0.02 | 0.50 | 0 | 0.05 | 297.5 | 0.82 | 0.71 |
| Hex | ED | 7A | F2 | 2 | 32 | 0 | 5 | 12A | 52 | 47 |
| Octal | 355 | 172 | 362 | 2 | 62 | 0 | 5 | 452 | 122 | 107 |
| Binary | 11101101 | 1111010 | 11110010 | 10 | 110010 | 0 | 101 | 100101010 | 1010010 | 1000111 |
Color Harmonies of #ED7AF2
Complementary color
Monochromatic Colors of #ED7AF2
Black with #ED7AF2
Text Example
Text Example
White with #ED7AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7AF2; }
p { color: rgb(237,122,242); }
H1.HeaderClassName
{
color: #ED7AF2;
}
.AnyTagClassName
{
color: #ED7AF2;
}
</style>
background-color css
<style>
a { background-color: #ED7AF2; }
a { background-color: rgb(237,122,242); }
div.DivClassName
{
background-color: #ED7AF2;
}
.BgClassName
{
background-color: #ED7AF2;
}
</style>
border-color css
<style>
span { border-color: #ED7AF2; }
span { border-color: rgb(237,122,242); }
td.TdClassName
{
border-color: #ED7AF2;
}
.TagClassName
{
border-color: #ED7AF2;
}
</style>