Shades of Plum #E2AFEC
Tints of Plum #E2AFEC
RGB
CMYK
RGB Variations
Color information
#E2AFEC (or 0xE2AFEC) is known color: Plum. HEX triplet: E2, AF and EC. RGB value is (226,175,236). Sum of RGB (Red+Green+Blue) = 226+175+236=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AFEC is #1D5013. Grayscale: #C5C5C5. Windows color (decimal): -1921044 or 15511522. OLE color: 15511522.
HSL color Cylindrical-coordinate representation of color #E2AFEC: hue angle of 290.16º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2AFEC is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 175 | 236 | - |
CMYK | 0.04 | 0.26 | 0 | 0.07 |
HSL | 290.16º | 0.62% | 0.81% | - |
HSV(B) | 290.16º | 0.26% | 0.93% | - |
XYZ | 61.83 | 52.88 | 86.31 | - |
YUV | 197.2 | 149.9 | 148.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 175 | 236 | 0.04 | 0.26 | 0 | 0.07 | 290.16 | 0.62 | 0.81 |
Hex | E2 | AF | EC | 4 | 1A | 0 | 7 | 122 | 3E | 51 |
Octal | 342 | 257 | 354 | 4 | 32 | 0 | 7 | 442 | 76 | 121 |
Binary | 11100010 | 10101111 | 11101100 | 100 | 11010 | 0 | 111 | 100100010 | 111110 | 1010001 |
Color Harmonies of #E2AFEC
Complementary color
Monochromatic Colors of #E2AFEC
Black with #E2AFEC
Text Example
Text Example
White with #E2AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFEC; }
p { color: rgb(226,175,236); }
H1.HeaderClassName
{
color: #E2AFEC;
}
.AnyTagClassName
{
color: #E2AFEC;
}
</style>
background-color css
<style>
a { background-color: #E2AFEC; }
a { background-color: rgb(226,175,236); }
div.DivClassName
{
background-color: #E2AFEC;
}
.BgClassName
{
background-color: #E2AFEC;
}
</style>
border-color css
<style>
span { border-color: #E2AFEC; }
span { border-color: rgb(226,175,236); }
td.TdClassName
{
border-color: #E2AFEC;
}
.TagClassName
{
border-color: #E2AFEC;
}
</style>