Shades of Brilliant Rose #E6529C
Tints of Brilliant Rose #E6529C
RGB
CMYK
RGB Variations
Color information
#E6529C (or 0xE6529C) is known color: Brilliant Rose. HEX triplet: E6, 52 and 9C. RGB value is (230,82,156). Sum of RGB (Red+Green+Blue) = 230+82+156=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E6529C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6529C is #19AD63. Grayscale: #868686. Windows color (decimal): -1682788 or 10244838. OLE color: 10244838.
HSL color Cylindrical-coordinate representation of color #E6529C: hue angle of 330º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E6529C is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 156 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.10 |
| HSL | 330º | 0.75% | 0.61% | - |
| HSV(B) | 330º | 0.64% | 0.9% | - |
| XYZ | 41.65 | 25.26 | 34.13 | - |
| YUV | 134.69 | 140.03 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 156 | 0 | 0.64 | 0.32 | 0.10 | 330 | 0.75 | 0.61 |
| Hex | E6 | 52 | 9C | 0 | 40 | 20 | A | 14A | 4B | 3D |
| Octal | 346 | 122 | 234 | 0 | 100 | 40 | 12 | 512 | 113 | 75 |
| Binary | 11100110 | 1010010 | 10011100 | 0 | 1000000 | 100000 | 1010 | 101001010 | 1001011 | 111101 |
Color Harmonies of #E6529C
Complementary color
Monochromatic Colors of #E6529C
Black with #E6529C
Text Example
Text Example
White with #E6529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6529C; }
p { color: rgb(230,82,156); }
H1.HeaderClassName
{
color: #E6529C;
}
.AnyTagClassName
{
color: #E6529C;
}
</style>
background-color css
<style>
a { background-color: #E6529C; }
a { background-color: rgb(230,82,156); }
div.DivClassName
{
background-color: #E6529C;
}
.BgClassName
{
background-color: #E6529C;
}
</style>
border-color css
<style>
span { border-color: #E6529C; }
span { border-color: rgb(230,82,156); }
td.TdClassName
{
border-color: #E6529C;
}
.TagClassName
{
border-color: #E6529C;
}
</style>