Shades of Brilliant Rose #EA46AB
Tints of Brilliant Rose #EA46AB
RGB
CMYK
RGB Variations
Color information
#EA46AB (or 0xEA46AB) is known color: Brilliant Rose. HEX triplet: EA, 46 and AB. RGB value is (234,70,171). Sum of RGB (Red+Green+Blue) = 234+70+171=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA46AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA46AB is #15B954. Grayscale: #828282. Windows color (decimal): -1423701 or 11224810. OLE color: 11224810.
HSL color Cylindrical-coordinate representation of color #EA46AB: hue angle of 323.05º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA46AB is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 171 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.08 |
| HSL | 323.05º | 0.8% | 0.6% | - |
| HSV(B) | 323.05º | 0.7% | 0.92% | - |
| XYZ | 43.47 | 24.81 | 41.03 | - |
| YUV | 130.55 | 150.83 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 171 | 0 | 0.70 | 0.27 | 0.08 | 323.05 | 0.8 | 0.6 |
| Hex | EA | 46 | AB | 0 | 46 | 1B | 8 | 143 | 50 | 3C |
| Octal | 352 | 106 | 253 | 0 | 106 | 33 | 10 | 503 | 120 | 74 |
| Binary | 11101010 | 1000110 | 10101011 | 0 | 1000110 | 11011 | 1000 | 101000011 | 1010000 | 111100 |
Color Harmonies of #EA46AB
Complementary color
Monochromatic Colors of #EA46AB
Black with #EA46AB
Text Example
Text Example
White with #EA46AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA46AB; }
p { color: rgb(234,70,171); }
H1.HeaderClassName
{
color: #EA46AB;
}
.AnyTagClassName
{
color: #EA46AB;
}
</style>
background-color css
<style>
a { background-color: #EA46AB; }
a { background-color: rgb(234,70,171); }
div.DivClassName
{
background-color: #EA46AB;
}
.BgClassName
{
background-color: #EA46AB;
}
</style>
border-color css
<style>
span { border-color: #EA46AB; }
span { border-color: rgb(234,70,171); }
td.TdClassName
{
border-color: #EA46AB;
}
.TagClassName
{
border-color: #EA46AB;
}
</style>