Shades of Violet #ED8AFB
Tints of Violet #ED8AFB
RGB
CMYK
RGB Variations
Color information
#ED8AFB (or 0xED8AFB) is known color: Violet. HEX triplet: ED, 8A and FB. RGB value is (237,138,251). Sum of RGB (Red+Green+Blue) = 237+138+251=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 138 (54.30% from 255 or 22.04% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED8AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8AFB is #127504. Grayscale: #B4B4B4. Windows color (decimal): -1209605 or 16485101. OLE color: 16485101.
HSL color Cylindrical-coordinate representation of color #ED8AFB: hue angle of 292.57º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED8AFB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 138 | 251 | - |
CMYK | 0.06 | 0.45 | 0 | 0.02 |
HSL | 292.57º | 0.93% | 0.76% | - |
HSV(B) | 292.57º | 0.45% | 0.98% | - |
XYZ | 61.43 | 43.15 | 96.36 | - |
YUV | 180.48 | 167.8 | 168.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 138 | 251 | 0.06 | 0.45 | 0 | 0.02 | 292.57 | 0.93 | 0.76 |
Hex | ED | 8A | FB | 6 | 2D | 0 | 2 | 125 | 5D | 4C |
Octal | 355 | 212 | 373 | 6 | 55 | 0 | 2 | 445 | 135 | 114 |
Binary | 11101101 | 10001010 | 11111011 | 110 | 101101 | 0 | 10 | 100100101 | 1011101 | 1001100 |
Color Harmonies of #ED8AFB
Complementary color
Monochromatic Colors of #ED8AFB
Black with #ED8AFB
Text Example
Text Example
White with #ED8AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8AFB; }
p { color: rgb(237,138,251); }
H1.HeaderClassName
{
color: #ED8AFB;
}
.AnyTagClassName
{
color: #ED8AFB;
}
</style>
background-color css
<style>
a { background-color: #ED8AFB; }
a { background-color: rgb(237,138,251); }
div.DivClassName
{
background-color: #ED8AFB;
}
.BgClassName
{
background-color: #ED8AFB;
}
</style>
border-color css
<style>
span { border-color: #ED8AFB; }
span { border-color: rgb(237,138,251); }
td.TdClassName
{
border-color: #ED8AFB;
}
.TagClassName
{
border-color: #ED8AFB;
}
</style>