Shades of Brilliant Rose #EA529B
Tints of Brilliant Rose #EA529B
RGB
CMYK
RGB Variations
Color information
#EA529B (or 0xEA529B) is known color: Brilliant Rose. HEX triplet: EA, 52 and 9B. RGB value is (234,82,155). Sum of RGB (Red+Green+Blue) = 234+82+155=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA529B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA529B is #15AD64. Grayscale: #878787. Windows color (decimal): -1420645 or 10179306. OLE color: 10179306.
HSL color Cylindrical-coordinate representation of color #EA529B: hue angle of 331.18º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA529B is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 82 | 155 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.08 |
| HSL | 331.18º | 0.78% | 0.62% | - |
| HSV(B) | 331.18º | 0.65% | 0.92% | - |
| XYZ | 42.87 | 25.89 | 33.75 | - |
| YUV | 135.77 | 138.86 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 82 | 155 | 0 | 0.65 | 0.34 | 0.08 | 331.18 | 0.78 | 0.62 |
| Hex | EA | 52 | 9B | 0 | 41 | 22 | 8 | 14B | 4E | 3E |
| Octal | 352 | 122 | 233 | 0 | 101 | 42 | 10 | 513 | 116 | 76 |
| Binary | 11101010 | 1010010 | 10011011 | 0 | 1000001 | 100010 | 1000 | 101001011 | 1001110 | 111110 |
Color Harmonies of #EA529B
Complementary color
Monochromatic Colors of #EA529B
Black with #EA529B
Text Example
Text Example
White with #EA529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA529B; }
p { color: rgb(234,82,155); }
H1.HeaderClassName
{
color: #EA529B;
}
.AnyTagClassName
{
color: #EA529B;
}
</style>
background-color css
<style>
a { background-color: #EA529B; }
a { background-color: rgb(234,82,155); }
div.DivClassName
{
background-color: #EA529B;
}
.BgClassName
{
background-color: #EA529B;
}
</style>
border-color css
<style>
span { border-color: #EA529B; }
span { border-color: rgb(234,82,155); }
td.TdClassName
{
border-color: #EA529B;
}
.TagClassName
{
border-color: #EA529B;
}
</style>