Shades of Brilliant Rose #E752AD
Tints of Brilliant Rose #E752AD
RGB
CMYK
RGB Variations
Color information
#E752AD (or 0xE752AD) is known color: Brilliant Rose. HEX triplet: E7, 52 and AD. RGB value is (231,82,173). Sum of RGB (Red+Green+Blue) = 231+82+173=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E752AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E752AD is #18AD52. Grayscale: #888888. Windows color (decimal): -1617235 or 11358951. OLE color: 11358951.
HSL color Cylindrical-coordinate representation of color #E752AD: hue angle of 323.36º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E752AD is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 173 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.09 |
| HSL | 323.36º | 0.76% | 0.61% | - |
| HSV(B) | 323.36º | 0.65% | 0.91% | - |
| XYZ | 43.52 | 26.04 | 42.27 | - |
| YUV | 136.93 | 148.36 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 173 | 0 | 0.65 | 0.25 | 0.09 | 323.36 | 0.76 | 0.61 |
| Hex | E7 | 52 | AD | 0 | 41 | 19 | 9 | 143 | 4C | 3D |
| Octal | 347 | 122 | 255 | 0 | 101 | 31 | 11 | 503 | 114 | 75 |
| Binary | 11100111 | 1010010 | 10101101 | 0 | 1000001 | 11001 | 1001 | 101000011 | 1001100 | 111101 |
Color Harmonies of #E752AD
Complementary color
Monochromatic Colors of #E752AD
Black with #E752AD
Text Example
Text Example
White with #E752AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752AD; }
p { color: rgb(231,82,173); }
H1.HeaderClassName
{
color: #E752AD;
}
.AnyTagClassName
{
color: #E752AD;
}
</style>
background-color css
<style>
a { background-color: #E752AD; }
a { background-color: rgb(231,82,173); }
div.DivClassName
{
background-color: #E752AD;
}
.BgClassName
{
background-color: #E752AD;
}
</style>
border-color css
<style>
span { border-color: #E752AD; }
span { border-color: rgb(231,82,173); }
td.TdClassName
{
border-color: #E752AD;
}
.TagClassName
{
border-color: #E752AD;
}
</style>