Shades of Violet #ED8CF2
Tints of Violet #ED8CF2
RGB
CMYK
RGB Variations
Color information
#ED8CF2 (or 0xED8CF2) is known color: Violet. HEX triplet: ED, 8C and F2. RGB value is (237,140,242). Sum of RGB (Red+Green+Blue) = 237+140+242=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 140 (55.08% from 255 or 22.62% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED8CF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CF2 is #12730D. Grayscale: #B4B4B4. Windows color (decimal): -1209102 or 15895789. OLE color: 15895789.
HSL color Cylindrical-coordinate representation of color #ED8CF2: hue angle of 297.06º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8CF2 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 140 | 242 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.05 |
| HSL | 297.06º | 0.8% | 0.75% | - |
| HSV(B) | 297.06º | 0.42% | 0.95% | - |
| XYZ | 60.33 | 43.17 | 89.16 | - |
| YUV | 180.63 | 162.64 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 242 | 0.02 | 0.42 | 0 | 0.05 | 297.06 | 0.8 | 0.75 |
| Hex | ED | 8C | F2 | 2 | 2A | 0 | 5 | 129 | 50 | 4B |
| Octal | 355 | 214 | 362 | 2 | 52 | 0 | 5 | 451 | 120 | 113 |
| Binary | 11101101 | 10001100 | 11110010 | 10 | 101010 | 0 | 101 | 100101001 | 1010000 | 1001011 |
Color Harmonies of #ED8CF2
Complementary color
Monochromatic Colors of #ED8CF2
Black with #ED8CF2
Text Example
Text Example
White with #ED8CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CF2; }
p { color: rgb(237,140,242); }
H1.HeaderClassName
{
color: #ED8CF2;
}
.AnyTagClassName
{
color: #ED8CF2;
}
</style>
background-color css
<style>
a { background-color: #ED8CF2; }
a { background-color: rgb(237,140,242); }
div.DivClassName
{
background-color: #ED8CF2;
}
.BgClassName
{
background-color: #ED8CF2;
}
</style>
border-color css
<style>
span { border-color: #ED8CF2; }
span { border-color: rgb(237,140,242); }
td.TdClassName
{
border-color: #ED8CF2;
}
.TagClassName
{
border-color: #ED8CF2;
}
</style>