Shades of Twilight #E2AFD0
Tints of Twilight #E2AFD0
RGB
CMYK
RGB Variations
Color information
#E2AFD0 (or 0xE2AFD0) is known color: Twilight. HEX triplet: E2, AF and D0. RGB value is (226,175,208). Sum of RGB (Red+Green+Blue) = 226+175+208=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFD0 is #1D502F. Grayscale: #C1C1C1. Windows color (decimal): -1921072 or 13676514. OLE color: 13676514.
HSL color Cylindrical-coordinate representation of color #E2AFD0: hue angle of 321.18º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AFD0 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 175 | 208 | - |
CMYK | 0 | 0.23 | 0.08 | 0.11 |
HSL | 321.18º | 0.47% | 0.79% | - |
HSV(B) | 321.18º | 0.23% | 0.89% | - |
XYZ | 58.08 | 51.38 | 66.53 | - |
YUV | 194.01 | 135.9 | 150.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 175 | 208 | 0 | 0.23 | 0.08 | 0.11 | 321.18 | 0.47 | 0.79 |
Hex | E2 | AF | D0 | 0 | 17 | 8 | B | 141 | 2F | 4F |
Octal | 342 | 257 | 320 | 0 | 27 | 10 | 13 | 501 | 57 | 117 |
Binary | 11100010 | 10101111 | 11010000 | 0 | 10111 | 1000 | 1011 | 101000001 | 101111 | 1001111 |
Color Harmonies of #E2AFD0
Complementary color
Monochromatic Colors of #E2AFD0
Black with #E2AFD0
Text Example
Text Example
White with #E2AFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFD0; }
p { color: rgb(226,175,208); }
H1.HeaderClassName
{
color: #E2AFD0;
}
.AnyTagClassName
{
color: #E2AFD0;
}
</style>
background-color css
<style>
a { background-color: #E2AFD0; }
a { background-color: rgb(226,175,208); }
div.DivClassName
{
background-color: #E2AFD0;
}
.BgClassName
{
background-color: #E2AFD0;
}
</style>
border-color css
<style>
span { border-color: #E2AFD0; }
span { border-color: rgb(226,175,208); }
td.TdClassName
{
border-color: #E2AFD0;
}
.TagClassName
{
border-color: #E2AFD0;
}
</style>