Shades of Violet #ED85E6
Tints of Violet #ED85E6
RGB
CMYK
RGB Variations
Color information
#ED85E6 (or 0xED85E6) is known color: Violet. HEX triplet: ED, 85 and E6. RGB value is (237,133,230). Sum of RGB (Red+Green+Blue) = 237+133+230=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #ED85E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED85E6 is #127A19. Grayscale: #AEAEAE. Windows color (decimal): -1210906 or 15107565. OLE color: 15107565.
HSL color Cylindrical-coordinate representation of color #ED85E6: hue angle of 304.04º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED85E6 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 230 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.07 |
| HSL | 304.04º | 0.74% | 0.73% | - |
| HSV(B) | 304.04º | 0.44% | 0.93% | - |
| XYZ | 57.6 | 40.49 | 79.64 | - |
| YUV | 175.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 230 | 0 | 0.44 | 0.03 | 0.07 | 304.04 | 0.74 | 0.73 |
| Hex | ED | 85 | E6 | 0 | 2C | 3 | 7 | 130 | 4A | 49 |
| Octal | 355 | 205 | 346 | 0 | 54 | 3 | 7 | 460 | 112 | 111 |
| Binary | 11101101 | 10000101 | 11100110 | 0 | 101100 | 11 | 111 | 100110000 | 1001010 | 1001001 |
Color Harmonies of #ED85E6
Complementary color
Monochromatic Colors of #ED85E6
Black with #ED85E6
Text Example
Text Example
White with #ED85E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED85E6; }
p { color: rgb(237,133,230); }
H1.HeaderClassName
{
color: #ED85E6;
}
.AnyTagClassName
{
color: #ED85E6;
}
</style>
background-color css
<style>
a { background-color: #ED85E6; }
a { background-color: rgb(237,133,230); }
div.DivClassName
{
background-color: #ED85E6;
}
.BgClassName
{
background-color: #ED85E6;
}
</style>
border-color css
<style>
span { border-color: #ED85E6; }
span { border-color: rgb(237,133,230); }
td.TdClassName
{
border-color: #ED85E6;
}
.TagClassName
{
border-color: #ED85E6;
}
</style>