Shades of Violet #ED75F2
Tints of Violet #ED75F2
RGB
CMYK
RGB Variations
Color information
#ED75F2 (or 0xED75F2) is known color: Violet. HEX triplet: ED, 75 and F2. RGB value is (237,117,242). Sum of RGB (Red+Green+Blue) = 237+117+242=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 117 (46.09% from 255 or 19.63% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED75F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED75F2 is #128A0D. Grayscale: #A6A6A6. Windows color (decimal): -1214990 or 15889901. OLE color: 15889901.
HSL color Cylindrical-coordinate representation of color #ED75F2: hue angle of 297.6º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED75F2 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 117 | 242 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.05 |
| HSL | 297.6º | 0.83% | 0.7% | - |
| HSV(B) | 297.6º | 0.52% | 0.95% | - |
| XYZ | 57.31 | 37.14 | 88.15 | - |
| YUV | 167.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 242 | 0.02 | 0.52 | 0 | 0.05 | 297.6 | 0.83 | 0.7 |
| Hex | ED | 75 | F2 | 2 | 34 | 0 | 5 | 12A | 53 | 46 |
| Octal | 355 | 165 | 362 | 2 | 64 | 0 | 5 | 452 | 123 | 106 |
| Binary | 11101101 | 1110101 | 11110010 | 10 | 110100 | 0 | 101 | 100101010 | 1010011 | 1000110 |
Color Harmonies of #ED75F2
Complementary color
Monochromatic Colors of #ED75F2
Black with #ED75F2
Text Example
Text Example
White with #ED75F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED75F2; }
p { color: rgb(237,117,242); }
H1.HeaderClassName
{
color: #ED75F2;
}
.AnyTagClassName
{
color: #ED75F2;
}
</style>
background-color css
<style>
a { background-color: #ED75F2; }
a { background-color: rgb(237,117,242); }
div.DivClassName
{
background-color: #ED75F2;
}
.BgClassName
{
background-color: #ED75F2;
}
</style>
border-color css
<style>
span { border-color: #ED75F2; }
span { border-color: rgb(237,117,242); }
td.TdClassName
{
border-color: #ED75F2;
}
.TagClassName
{
border-color: #ED75F2;
}
</style>