Shades of Brilliant Rose #E0569D
Tints of Brilliant Rose #E0569D
RGB
CMYK
RGB Variations
Color information
#E0569D (or 0xE0569D) is known color: Brilliant Rose. HEX triplet: E0, 56 and 9D. RGB value is (224,86,157). Sum of RGB (Red+Green+Blue) = 224+86+157=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E0569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0569D is #1FA962. Grayscale: #878787. Windows color (decimal): -2074979 or 10311392. OLE color: 10311392.
HSL color Cylindrical-coordinate representation of color #E0569D: hue angle of 329.13º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0569D is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 86 | 157 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.12 |
| HSL | 329.13º | 0.69% | 0.61% | - |
| HSV(B) | 329.13º | 0.62% | 0.88% | - |
| XYZ | 40.15 | 24.94 | 34.6 | - |
| YUV | 135.36 | 140.22 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 157 | 0 | 0.62 | 0.30 | 0.12 | 329.13 | 0.69 | 0.61 |
| Hex | E0 | 56 | 9D | 0 | 3E | 1E | C | 149 | 45 | 3D |
| Octal | 340 | 126 | 235 | 0 | 76 | 36 | 14 | 511 | 105 | 75 |
| Binary | 11100000 | 1010110 | 10011101 | 0 | 111110 | 11110 | 1100 | 101001001 | 1000101 | 111101 |
Color Harmonies of #E0569D
Complementary color
Monochromatic Colors of #E0569D
Black with #E0569D
Text Example
Text Example
White with #E0569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0569D; }
p { color: rgb(224,86,157); }
H1.HeaderClassName
{
color: #E0569D;
}
.AnyTagClassName
{
color: #E0569D;
}
</style>
background-color css
<style>
a { background-color: #E0569D; }
a { background-color: rgb(224,86,157); }
div.DivClassName
{
background-color: #E0569D;
}
.BgClassName
{
background-color: #E0569D;
}
</style>
border-color css
<style>
span { border-color: #E0569D; }
span { border-color: rgb(224,86,157); }
td.TdClassName
{
border-color: #E0569D;
}
.TagClassName
{
border-color: #E0569D;
}
</style>