Shades of Razzle Dazzle Rose #EA34CA
Tints of Razzle Dazzle Rose #EA34CA
RGB
CMYK
RGB Variations
Color information
#EA34CA (or 0xEA34CA) is known color: Razzle Dazzle Rose. HEX triplet: EA, 34 and CA. RGB value is (234,52,202). Sum of RGB (Red+Green+Blue) = 234+52+202=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA34CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA34CA is #15CB35. Grayscale: #7B7B7B. Windows color (decimal): -1428278 or 13251818. OLE color: 13251818.
HSL color Cylindrical-coordinate representation of color #EA34CA: hue angle of 310.55º 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 #EA34CA is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 202 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.08 |
| HSL | 310.55º | 0.81% | 0.56% | - |
| HSV(B) | 310.55º | 0.78% | 0.92% | - |
| XYZ | 45.82 | 24.21 | 58.14 | - |
| YUV | 123.52 | 172.3 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 202 | 0 | 0.78 | 0.14 | 0.08 | 310.55 | 0.81 | 0.56 |
| Hex | EA | 34 | CA | 0 | 4E | E | 8 | 137 | 51 | 38 |
| Octal | 352 | 64 | 312 | 0 | 116 | 16 | 10 | 467 | 121 | 70 |
| Binary | 11101010 | 110100 | 11001010 | 0 | 1001110 | 1110 | 1000 | 100110111 | 1010001 | 111000 |
Color Harmonies of #EA34CA
Complementary color
Monochromatic Colors of #EA34CA
Black with #EA34CA
Text Example
Text Example
White with #EA34CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA34CA; }
p { color: rgb(234,52,202); }
H1.HeaderClassName
{
color: #EA34CA;
}
.AnyTagClassName
{
color: #EA34CA;
}
</style>
background-color css
<style>
a { background-color: #EA34CA; }
a { background-color: rgb(234,52,202); }
div.DivClassName
{
background-color: #EA34CA;
}
.BgClassName
{
background-color: #EA34CA;
}
</style>
border-color css
<style>
span { border-color: #EA34CA; }
span { border-color: rgb(234,52,202); }
td.TdClassName
{
border-color: #EA34CA;
}
.TagClassName
{
border-color: #EA34CA;
}
</style>