Shades of Twilight #E0B4CA
Tints of Twilight #E0B4CA
RGB
CMYK
RGB Variations
Color information
#E0B4CA (or 0xE0B4CA) is known color: Twilight. HEX triplet: E0, B4 and CA. RGB value is (224,180,202). Sum of RGB (Red+Green+Blue) = 224+180+202=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B4CA is #1F4B35. Grayscale: #C3C3C3. Windows color (decimal): -2050870 or 13284576. OLE color: 13284576.
HSL color Cylindrical-coordinate representation of color #E0B4CA: hue angle of 330º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0B4CA is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 180 | 202 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.12 |
| HSL | 330º | 0.42% | 0.79% | - |
| HSV(B) | 330º | 0.2% | 0.88% | - |
| XYZ | 57.72 | 52.75 | 63.02 | - |
| YUV | 195.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 180 | 202 | 0 | 0.20 | 0.10 | 0.12 | 330 | 0.42 | 0.79 |
| Hex | E0 | B4 | CA | 0 | 14 | A | C | 14A | 2A | 4F |
| Octal | 340 | 264 | 312 | 0 | 24 | 12 | 14 | 512 | 52 | 117 |
| Binary | 11100000 | 10110100 | 11001010 | 0 | 10100 | 1010 | 1100 | 101001010 | 101010 | 1001111 |
Color Harmonies of #E0B4CA
Complementary color
Monochromatic Colors of #E0B4CA
Black with #E0B4CA
Text Example
Text Example
White with #E0B4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B4CA; }
p { color: rgb(224,180,202); }
H1.HeaderClassName
{
color: #E0B4CA;
}
.AnyTagClassName
{
color: #E0B4CA;
}
</style>
background-color css
<style>
a { background-color: #E0B4CA; }
a { background-color: rgb(224,180,202); }
div.DivClassName
{
background-color: #E0B4CA;
}
.BgClassName
{
background-color: #E0B4CA;
}
</style>
border-color css
<style>
span { border-color: #E0B4CA; }
span { border-color: rgb(224,180,202); }
td.TdClassName
{
border-color: #E0B4CA;
}
.TagClassName
{
border-color: #E0B4CA;
}
</style>