Shades of Razzle Dazzle Rose #EA46C0
Tints of Razzle Dazzle Rose #EA46C0
RGB
CMYK
RGB Variations
Color information
#EA46C0 (or 0xEA46C0) is known color: Razzle Dazzle Rose. HEX triplet: EA, 46 and C0. RGB value is (234,70,192). Sum of RGB (Red+Green+Blue) = 234+70+192=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA46C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA46C0 is #15B93F. Grayscale: #848484. Windows color (decimal): -1423680 or 12601066. OLE color: 12601066.
HSL color Cylindrical-coordinate representation of color #EA46C0: hue angle of 315.37º 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 #EA46C0 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 192 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.08 |
| HSL | 315.37º | 0.8% | 0.6% | - |
| HSV(B) | 315.37º | 0.7% | 0.92% | - |
| XYZ | 45.64 | 25.68 | 52.42 | - |
| YUV | 132.94 | 161.33 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 192 | 0 | 0.70 | 0.18 | 0.08 | 315.37 | 0.8 | 0.6 |
| Hex | EA | 46 | C0 | 0 | 46 | 12 | 8 | 13B | 50 | 3C |
| Octal | 352 | 106 | 300 | 0 | 106 | 22 | 10 | 473 | 120 | 74 |
| Binary | 11101010 | 1000110 | 11000000 | 0 | 1000110 | 10010 | 1000 | 100111011 | 1010000 | 111100 |
Color Harmonies of #EA46C0
Complementary color
Monochromatic Colors of #EA46C0
Black with #EA46C0
Text Example
Text Example
White with #EA46C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA46C0; }
p { color: rgb(234,70,192); }
H1.HeaderClassName
{
color: #EA46C0;
}
.AnyTagClassName
{
color: #EA46C0;
}
</style>
background-color css
<style>
a { background-color: #EA46C0; }
a { background-color: rgb(234,70,192); }
div.DivClassName
{
background-color: #EA46C0;
}
.BgClassName
{
background-color: #EA46C0;
}
</style>
border-color css
<style>
span { border-color: #EA46C0; }
span { border-color: rgb(234,70,192); }
td.TdClassName
{
border-color: #EA46C0;
}
.TagClassName
{
border-color: #EA46C0;
}
</style>