Shades of Brilliant Rose #E2569E
Tints of Brilliant Rose #E2569E
RGB
CMYK
RGB Variations
Color information
#E2569E (or 0xE2569E) is known color: Brilliant Rose. HEX triplet: E2, 56 and 9E. RGB value is (226,86,158). Sum of RGB (Red+Green+Blue) = 226+86+158=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E2569E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2569E is #1DA961. Grayscale: #878787. Windows color (decimal): -1943906 or 10376930. OLE color: 10376930.
HSL color Cylindrical-coordinate representation of color #E2569E: hue angle of 329.14º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2569E is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 86 | 158 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.11 |
| HSL | 329.14º | 0.71% | 0.61% | - |
| HSV(B) | 329.14º | 0.62% | 0.89% | - |
| XYZ | 40.86 | 25.29 | 35.08 | - |
| YUV | 136.07 | 140.38 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 158 | 0 | 0.62 | 0.30 | 0.11 | 329.14 | 0.71 | 0.61 |
| Hex | E2 | 56 | 9E | 0 | 3E | 1E | B | 149 | 47 | 3D |
| Octal | 342 | 126 | 236 | 0 | 76 | 36 | 13 | 511 | 107 | 75 |
| Binary | 11100010 | 1010110 | 10011110 | 0 | 111110 | 11110 | 1011 | 101001001 | 1000111 | 111101 |
Color Harmonies of #E2569E
Complementary color
Monochromatic Colors of #E2569E
Black with #E2569E
Text Example
Text Example
White with #E2569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2569E; }
p { color: rgb(226,86,158); }
H1.HeaderClassName
{
color: #E2569E;
}
.AnyTagClassName
{
color: #E2569E;
}
</style>
background-color css
<style>
a { background-color: #E2569E; }
a { background-color: rgb(226,86,158); }
div.DivClassName
{
background-color: #E2569E;
}
.BgClassName
{
background-color: #E2569E;
}
</style>
border-color css
<style>
span { border-color: #E2569E; }
span { border-color: rgb(226,86,158); }
td.TdClassName
{
border-color: #E2569E;
}
.TagClassName
{
border-color: #E2569E;
}
</style>