Shades of Twilight #E4B6CA
Tints of Twilight #E4B6CA
RGB
CMYK
RGB Variations
Color information
#E4B6CA (or 0xE4B6CA) is known color: Twilight. HEX triplet: E4, B6 and CA. RGB value is (228,182,202). Sum of RGB (Red+Green+Blue) = 228+182+202=612 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.25% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4B6CA is #1B4935. Grayscale: #C5C5C5. Windows color (decimal): -1788214 or 13285092. OLE color: 13285092.
HSL color Cylindrical-coordinate representation of color #E4B6CA: hue angle of 333.91º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E4B6CA is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 182 | 202 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.11 |
| HSL | 333.91º | 0.46% | 0.8% | - |
| HSV(B) | 333.91º | 0.2% | 0.89% | - |
| XYZ | 59.38 | 54.21 | 63.21 | - |
| YUV | 198.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 182 | 202 | 0 | 0.20 | 0.11 | 0.11 | 333.91 | 0.46 | 0.8 |
| Hex | E4 | B6 | CA | 0 | 14 | B | B | 14E | 2E | 50 |
| Octal | 344 | 266 | 312 | 0 | 24 | 13 | 13 | 516 | 56 | 120 |
| Binary | 11100100 | 10110110 | 11001010 | 0 | 10100 | 1011 | 1011 | 101001110 | 101110 | 1010000 |
Color Harmonies of #E4B6CA
Complementary color
Monochromatic Colors of #E4B6CA
Black with #E4B6CA
Text Example
Text Example
White with #E4B6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B6CA; }
p { color: rgb(228,182,202); }
H1.HeaderClassName
{
color: #E4B6CA;
}
.AnyTagClassName
{
color: #E4B6CA;
}
</style>
background-color css
<style>
a { background-color: #E4B6CA; }
a { background-color: rgb(228,182,202); }
div.DivClassName
{
background-color: #E4B6CA;
}
.BgClassName
{
background-color: #E4B6CA;
}
</style>
border-color css
<style>
span { border-color: #E4B6CA; }
span { border-color: rgb(228,182,202); }
td.TdClassName
{
border-color: #E4B6CA;
}
.TagClassName
{
border-color: #E4B6CA;
}
</style>