Shades of Razzle Dazzle Rose #EA34C0
Tints of Razzle Dazzle Rose #EA34C0
RGB
CMYK
RGB Variations
Color information
#EA34C0 (or 0xEA34C0) is known color: Razzle Dazzle Rose. HEX triplet: EA, 34 and C0. RGB value is (234,52,192). Sum of RGB (Red+Green+Blue) = 234+52+192=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA34C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA34C0 is #15CB3F. Grayscale: #7A7A7A. Windows color (decimal): -1428288 or 12596458. OLE color: 12596458.
HSL color Cylindrical-coordinate representation of color #EA34C0: hue angle of 313.85º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA34C0 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 192 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.08 |
| HSL | 313.85º | 0.81% | 0.56% | - |
| HSV(B) | 313.85º | 0.78% | 0.92% | - |
| XYZ | 44.67 | 23.75 | 52.1 | - |
| YUV | 122.38 | 167.3 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 192 | 0 | 0.78 | 0.18 | 0.08 | 313.85 | 0.81 | 0.56 |
| Hex | EA | 34 | C0 | 0 | 4E | 12 | 8 | 13A | 51 | 38 |
| Octal | 352 | 64 | 300 | 0 | 116 | 22 | 10 | 472 | 121 | 70 |
| Binary | 11101010 | 110100 | 11000000 | 0 | 1001110 | 10010 | 1000 | 100111010 | 1010001 | 111000 |
Color Harmonies of #EA34C0
Complementary color
Monochromatic Colors of #EA34C0
Black with #EA34C0
Text Example
Text Example
White with #EA34C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA34C0; }
p { color: rgb(234,52,192); }
H1.HeaderClassName
{
color: #EA34C0;
}
.AnyTagClassName
{
color: #EA34C0;
}
</style>
background-color css
<style>
a { background-color: #EA34C0; }
a { background-color: rgb(234,52,192); }
div.DivClassName
{
background-color: #EA34C0;
}
.BgClassName
{
background-color: #EA34C0;
}
</style>
border-color css
<style>
span { border-color: #EA34C0; }
span { border-color: rgb(234,52,192); }
td.TdClassName
{
border-color: #EA34C0;
}
.TagClassName
{
border-color: #EA34C0;
}
</style>