Shades of Violet #ED71E2
Tints of Violet #ED71E2
RGB
CMYK
RGB Variations
Color information
#ED71E2 (or 0xED71E2) is known color: Violet. HEX triplet: ED, 71 and E2. RGB value is (237,113,226). Sum of RGB (Red+Green+Blue) = 237+113+226=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 113 (44.53% from 255 or 19.62% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #ED71E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED71E2 is #128E1D. Grayscale: #A2A2A2. Windows color (decimal): -1216030 or 14840301. OLE color: 14840301.
HSL color Cylindrical-coordinate representation of color #ED71E2: hue angle of 305.32º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED71E2 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 226 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.07 |
| HSL | 305.32º | 0.78% | 0.69% | - |
| HSV(B) | 305.32º | 0.52% | 0.93% | - |
| XYZ | 54.56 | 35.31 | 75.89 | - |
| YUV | 162.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 226 | 0 | 0.52 | 0.05 | 0.07 | 305.32 | 0.78 | 0.69 |
| Hex | ED | 71 | E2 | 0 | 34 | 5 | 7 | 131 | 4E | 45 |
| Octal | 355 | 161 | 342 | 0 | 64 | 5 | 7 | 461 | 116 | 105 |
| Binary | 11101101 | 1110001 | 11100010 | 0 | 110100 | 101 | 111 | 100110001 | 1001110 | 1000101 |
Color Harmonies of #ED71E2
Complementary color
Monochromatic Colors of #ED71E2
Black with #ED71E2
Text Example
Text Example
White with #ED71E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED71E2; }
p { color: rgb(237,113,226); }
H1.HeaderClassName
{
color: #ED71E2;
}
.AnyTagClassName
{
color: #ED71E2;
}
</style>
background-color css
<style>
a { background-color: #ED71E2; }
a { background-color: rgb(237,113,226); }
div.DivClassName
{
background-color: #ED71E2;
}
.BgClassName
{
background-color: #ED71E2;
}
</style>
border-color css
<style>
span { border-color: #ED71E2; }
span { border-color: rgb(237,113,226); }
td.TdClassName
{
border-color: #ED71E2;
}
.TagClassName
{
border-color: #ED71E2;
}
</style>