Shades of Razzle Dazzle Rose #EC34CA
Tints of Razzle Dazzle Rose #EC34CA
RGB
CMYK
RGB Variations
Color information
#EC34CA (or 0xEC34CA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 34 and CA. RGB value is (236,52,202). Sum of RGB (Red+Green+Blue) = 236+52+202=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 52 (20.70% from 255 or 10.61% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC34CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC34CA is #13CB35. Grayscale: #7B7B7B. Windows color (decimal): -1297206 or 13251820. OLE color: 13251820.
HSL color Cylindrical-coordinate representation of color #EC34CA: hue angle of 311.09º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC34CA is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 202 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.07 |
| HSL | 311.09º | 0.83% | 0.56% | - |
| HSV(B) | 311.09º | 0.78% | 0.93% | - |
| XYZ | 46.48 | 24.55 | 58.17 | - |
| YUV | 124.12 | 171.96 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 202 | 0 | 0.78 | 0.14 | 0.07 | 311.09 | 0.83 | 0.56 |
| Hex | EC | 34 | CA | 0 | 4E | E | 7 | 137 | 53 | 38 |
| Octal | 354 | 64 | 312 | 0 | 116 | 16 | 7 | 467 | 123 | 70 |
| Binary | 11101100 | 110100 | 11001010 | 0 | 1001110 | 1110 | 111 | 100110111 | 1010011 | 111000 |
Color Harmonies of #EC34CA
Complementary color
Monochromatic Colors of #EC34CA
Black with #EC34CA
Text Example
Text Example
White with #EC34CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC34CA; }
p { color: rgb(236,52,202); }
H1.HeaderClassName
{
color: #EC34CA;
}
.AnyTagClassName
{
color: #EC34CA;
}
</style>
background-color css
<style>
a { background-color: #EC34CA; }
a { background-color: rgb(236,52,202); }
div.DivClassName
{
background-color: #EC34CA;
}
.BgClassName
{
background-color: #EC34CA;
}
</style>
border-color css
<style>
span { border-color: #EC34CA; }
span { border-color: rgb(236,52,202); }
td.TdClassName
{
border-color: #EC34CA;
}
.TagClassName
{
border-color: #EC34CA;
}
</style>