Shades of Brilliant Rose #E352AB
Tints of Brilliant Rose #E352AB
RGB
CMYK
RGB Variations
Color information
#E352AB (or 0xE352AB) is known color: Brilliant Rose. HEX triplet: E3, 52 and AB. RGB value is (227,82,171). Sum of RGB (Red+Green+Blue) = 227+82+171=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E352AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E352AB is #1CAD54. Grayscale: #878787. Windows color (decimal): -1879381 or 11227875. OLE color: 11227875.
HSL color Cylindrical-coordinate representation of color #E352AB: hue angle of 323.17º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E352AB is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 171 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.11 |
| HSL | 323.17º | 0.72% | 0.61% | - |
| HSV(B) | 323.17º | 0.64% | 0.89% | - |
| XYZ | 42.05 | 25.31 | 41.2 | - |
| YUV | 135.5 | 148.04 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 171 | 0 | 0.64 | 0.25 | 0.11 | 323.17 | 0.72 | 0.61 |
| Hex | E3 | 52 | AB | 0 | 40 | 19 | B | 143 | 48 | 3D |
| Octal | 343 | 122 | 253 | 0 | 100 | 31 | 13 | 503 | 110 | 75 |
| Binary | 11100011 | 1010010 | 10101011 | 0 | 1000000 | 11001 | 1011 | 101000011 | 1001000 | 111101 |
Color Harmonies of #E352AB
Complementary color
Monochromatic Colors of #E352AB
Black with #E352AB
Text Example
Text Example
White with #E352AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352AB; }
p { color: rgb(227,82,171); }
H1.HeaderClassName
{
color: #E352AB;
}
.AnyTagClassName
{
color: #E352AB;
}
</style>
background-color css
<style>
a { background-color: #E352AB; }
a { background-color: rgb(227,82,171); }
div.DivClassName
{
background-color: #E352AB;
}
.BgClassName
{
background-color: #E352AB;
}
</style>
border-color css
<style>
span { border-color: #E352AB; }
span { border-color: rgb(227,82,171); }
td.TdClassName
{
border-color: #E352AB;
}
.TagClassName
{
border-color: #E352AB;
}
</style>