Shades of Razzle Dazzle Rose #EA35C0
Tints of Razzle Dazzle Rose #EA35C0
RGB
CMYK
RGB Variations
Color information
#EA35C0 (or 0xEA35C0) is known color: Razzle Dazzle Rose. HEX triplet: EA, 35 and C0. RGB value is (234,53,192). Sum of RGB (Red+Green+Blue) = 234+53+192=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 53 (21.09% from 255 or 11.06% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA35C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA35C0 is #15CA3F. Grayscale: #7A7A7A. Windows color (decimal): -1428032 or 12596714. OLE color: 12596714.
HSL color Cylindrical-coordinate representation of color #EA35C0: hue angle of 313.92º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA35C0 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 53 | 192 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.08 |
| HSL | 313.92º | 0.81% | 0.56% | - |
| HSV(B) | 313.92º | 0.77% | 0.92% | - |
| XYZ | 44.72 | 23.84 | 52.11 | - |
| YUV | 122.97 | 166.97 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 53 | 192 | 0 | 0.77 | 0.18 | 0.08 | 313.92 | 0.81 | 0.56 |
| Hex | EA | 35 | C0 | 0 | 4D | 12 | 8 | 13A | 51 | 38 |
| Octal | 352 | 65 | 300 | 0 | 115 | 22 | 10 | 472 | 121 | 70 |
| Binary | 11101010 | 110101 | 11000000 | 0 | 1001101 | 10010 | 1000 | 100111010 | 1010001 | 111000 |
Color Harmonies of #EA35C0
Complementary color
Monochromatic Colors of #EA35C0
Black with #EA35C0
Text Example
Text Example
White with #EA35C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA35C0; }
p { color: rgb(234,53,192); }
H1.HeaderClassName
{
color: #EA35C0;
}
.AnyTagClassName
{
color: #EA35C0;
}
</style>
background-color css
<style>
a { background-color: #EA35C0; }
a { background-color: rgb(234,53,192); }
div.DivClassName
{
background-color: #EA35C0;
}
.BgClassName
{
background-color: #EA35C0;
}
</style>
border-color css
<style>
span { border-color: #EA35C0; }
span { border-color: rgb(234,53,192); }
td.TdClassName
{
border-color: #EA35C0;
}
.TagClassName
{
border-color: #EA35C0;
}
</style>