Shades of Brilliant Rose #EB4AAE
Tints of Brilliant Rose #EB4AAE
RGB
CMYK
RGB Variations
Color information
#EB4AAE (or 0xEB4AAE) is known color: Brilliant Rose. HEX triplet: EB, 4A and AE. RGB value is (235,74,174). Sum of RGB (Red+Green+Blue) = 235+74+174=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4AAE is #14B551. Grayscale: #858585. Windows color (decimal): -1357138 or 11422443. OLE color: 11422443.
HSL color Cylindrical-coordinate representation of color #EB4AAE: hue angle of 322.73º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB4AAE is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 74 | 174 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.08 |
| HSL | 322.73º | 0.8% | 0.61% | - |
| HSV(B) | 322.73º | 0.69% | 0.92% | - |
| XYZ | 44.35 | 25.62 | 42.65 | - |
| YUV | 133.54 | 150.84 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 74 | 174 | 0 | 0.69 | 0.26 | 0.08 | 322.73 | 0.8 | 0.61 |
| Hex | EB | 4A | AE | 0 | 45 | 1A | 8 | 143 | 50 | 3D |
| Octal | 353 | 112 | 256 | 0 | 105 | 32 | 10 | 503 | 120 | 75 |
| Binary | 11101011 | 1001010 | 10101110 | 0 | 1000101 | 11010 | 1000 | 101000011 | 1010000 | 111101 |
Color Harmonies of #EB4AAE
Complementary color
Monochromatic Colors of #EB4AAE
Black with #EB4AAE
Text Example
Text Example
White with #EB4AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4AAE; }
p { color: rgb(235,74,174); }
H1.HeaderClassName
{
color: #EB4AAE;
}
.AnyTagClassName
{
color: #EB4AAE;
}
</style>
background-color css
<style>
a { background-color: #EB4AAE; }
a { background-color: rgb(235,74,174); }
div.DivClassName
{
background-color: #EB4AAE;
}
.BgClassName
{
background-color: #EB4AAE;
}
</style>
border-color css
<style>
span { border-color: #EB4AAE; }
span { border-color: rgb(235,74,174); }
td.TdClassName
{
border-color: #EB4AAE;
}
.TagClassName
{
border-color: #EB4AAE;
}
</style>