Shades of Twilight #E7B2CD
Tints of Twilight #E7B2CD
RGB
CMYK
RGB Variations
Color information
#E7B2CD (or 0xE7B2CD) is known color: Twilight. HEX triplet: E7, B2 and CD. RGB value is (231,178,205). Sum of RGB (Red+Green+Blue) = 231+178+205=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B2CD is #184D32. Grayscale: #C4C4C4. Windows color (decimal): -1592627 or 13480679. OLE color: 13480679.
HSL color Cylindrical-coordinate representation of color #E7B2CD: hue angle of 329.43º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7B2CD is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 178 | 205 | - |
CMYK | 0 | 0.23 | 0.11 | 0.09 |
HSL | 329.43º | 0.52% | 0.8% | - |
HSV(B) | 329.43º | 0.23% | 0.91% | - |
XYZ | 59.89 | 53.24 | 64.88 | - |
YUV | 196.93 | 132.56 | 152.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 178 | 205 | 0 | 0.23 | 0.11 | 0.09 | 329.43 | 0.52 | 0.8 |
Hex | E7 | B2 | CD | 0 | 17 | B | 9 | 149 | 34 | 50 |
Octal | 347 | 262 | 315 | 0 | 27 | 13 | 11 | 511 | 64 | 120 |
Binary | 11100111 | 10110010 | 11001101 | 0 | 10111 | 1011 | 1001 | 101001001 | 110100 | 1010000 |
Color Harmonies of #E7B2CD
Complementary color
Monochromatic Colors of #E7B2CD
Black with #E7B2CD
Text Example
Text Example
White with #E7B2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B2CD; }
p { color: rgb(231,178,205); }
H1.HeaderClassName
{
color: #E7B2CD;
}
.AnyTagClassName
{
color: #E7B2CD;
}
</style>
background-color css
<style>
a { background-color: #E7B2CD; }
a { background-color: rgb(231,178,205); }
div.DivClassName
{
background-color: #E7B2CD;
}
.BgClassName
{
background-color: #E7B2CD;
}
</style>
border-color css
<style>
span { border-color: #E7B2CD; }
span { border-color: rgb(231,178,205); }
td.TdClassName
{
border-color: #E7B2CD;
}
.TagClassName
{
border-color: #E7B2CD;
}
</style>