Shades of Razzle Dazzle Rose #EA47C0
Tints of Razzle Dazzle Rose #EA47C0
RGB
CMYK
RGB Variations
Color information
#EA47C0 (or 0xEA47C0) is known color: Razzle Dazzle Rose. HEX triplet: EA, 47 and C0. RGB value is (234,71,192). Sum of RGB (Red+Green+Blue) = 234+71+192=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA47C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA47C0 is #15B83F. Grayscale: #858585. Windows color (decimal): -1423424 or 12601322. OLE color: 12601322.
HSL color Cylindrical-coordinate representation of color #EA47C0: hue angle of 315.46º 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 #EA47C0 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 192 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.08 |
| HSL | 315.46º | 0.8% | 0.6% | - |
| HSV(B) | 315.46º | 0.7% | 0.92% | - |
| XYZ | 45.7 | 25.8 | 52.44 | - |
| YUV | 133.53 | 161 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 192 | 0 | 0.70 | 0.18 | 0.08 | 315.46 | 0.8 | 0.6 |
| Hex | EA | 47 | C0 | 0 | 46 | 12 | 8 | 13B | 50 | 3C |
| Octal | 352 | 107 | 300 | 0 | 106 | 22 | 10 | 473 | 120 | 74 |
| Binary | 11101010 | 1000111 | 11000000 | 0 | 1000110 | 10010 | 1000 | 100111011 | 1010000 | 111100 |
Color Harmonies of #EA47C0
Complementary color
Monochromatic Colors of #EA47C0
Black with #EA47C0
Text Example
Text Example
White with #EA47C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA47C0; }
p { color: rgb(234,71,192); }
H1.HeaderClassName
{
color: #EA47C0;
}
.AnyTagClassName
{
color: #EA47C0;
}
</style>
background-color css
<style>
a { background-color: #EA47C0; }
a { background-color: rgb(234,71,192); }
div.DivClassName
{
background-color: #EA47C0;
}
.BgClassName
{
background-color: #EA47C0;
}
</style>
border-color css
<style>
span { border-color: #EA47C0; }
span { border-color: rgb(234,71,192); }
td.TdClassName
{
border-color: #EA47C0;
}
.TagClassName
{
border-color: #EA47C0;
}
</style>