Shades of Razzle Dazzle Rose #EA47BA
Tints of Razzle Dazzle Rose #EA47BA
RGB
CMYK
RGB Variations
Color information
#EA47BA (or 0xEA47BA) is known color: Razzle Dazzle Rose. HEX triplet: EA, 47 and BA. RGB value is (234,71,186). Sum of RGB (Red+Green+Blue) = 234+71+186=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA47BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA47BA is #15B845. Grayscale: #848484. Windows color (decimal): -1423430 or 12208106. OLE color: 12208106.
HSL color Cylindrical-coordinate representation of color #EA47BA: hue angle of 317.67º 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 #EA47BA is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 186 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.08 |
| HSL | 317.67º | 0.8% | 0.6% | - |
| HSV(B) | 317.67º | 0.7% | 0.92% | - |
| XYZ | 45.05 | 25.54 | 49.01 | - |
| YUV | 132.85 | 158 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 186 | 0 | 0.70 | 0.21 | 0.08 | 317.67 | 0.8 | 0.6 |
| Hex | EA | 47 | BA | 0 | 46 | 15 | 8 | 13E | 50 | 3C |
| Octal | 352 | 107 | 272 | 0 | 106 | 25 | 10 | 476 | 120 | 74 |
| Binary | 11101010 | 1000111 | 10111010 | 0 | 1000110 | 10101 | 1000 | 100111110 | 1010000 | 111100 |
Color Harmonies of #EA47BA
Complementary color
Monochromatic Colors of #EA47BA
Black with #EA47BA
Text Example
Text Example
White with #EA47BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA47BA; }
p { color: rgb(234,71,186); }
H1.HeaderClassName
{
color: #EA47BA;
}
.AnyTagClassName
{
color: #EA47BA;
}
</style>
background-color css
<style>
a { background-color: #EA47BA; }
a { background-color: rgb(234,71,186); }
div.DivClassName
{
background-color: #EA47BA;
}
.BgClassName
{
background-color: #EA47BA;
}
</style>
border-color css
<style>
span { border-color: #EA47BA; }
span { border-color: rgb(234,71,186); }
td.TdClassName
{
border-color: #EA47BA;
}
.TagClassName
{
border-color: #EA47BA;
}
</style>