Shades of Razzle Dazzle Rose #EC31CA
Tints of Razzle Dazzle Rose #EC31CA
RGB
CMYK
RGB Variations
Color information
#EC31CA (or 0xEC31CA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 31 and CA. RGB value is (236,49,202). Sum of RGB (Red+Green+Blue) = 236+49+202=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 49 (19.53% from 255 or 10.06% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC31CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC31CA is #13CE35. Grayscale: #797979. Windows color (decimal): -1297974 or 13251052. OLE color: 13251052.
HSL color Cylindrical-coordinate representation of color #EC31CA: hue angle of 310.91º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC31CA is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 202 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.07 |
| HSL | 310.91º | 0.83% | 0.56% | - |
| HSV(B) | 310.91º | 0.79% | 0.93% | - |
| XYZ | 46.35 | 24.29 | 58.12 | - |
| YUV | 122.36 | 172.95 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 202 | 0 | 0.79 | 0.14 | 0.07 | 310.91 | 0.83 | 0.56 |
| Hex | EC | 31 | CA | 0 | 4F | E | 7 | 137 | 53 | 38 |
| Octal | 354 | 61 | 312 | 0 | 117 | 16 | 7 | 467 | 123 | 70 |
| Binary | 11101100 | 110001 | 11001010 | 0 | 1001111 | 1110 | 111 | 100110111 | 1010011 | 111000 |
Color Harmonies of #EC31CA
Complementary color
Monochromatic Colors of #EC31CA
Black with #EC31CA
Text Example
Text Example
White with #EC31CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC31CA; }
p { color: rgb(236,49,202); }
H1.HeaderClassName
{
color: #EC31CA;
}
.AnyTagClassName
{
color: #EC31CA;
}
</style>
background-color css
<style>
a { background-color: #EC31CA; }
a { background-color: rgb(236,49,202); }
div.DivClassName
{
background-color: #EC31CA;
}
.BgClassName
{
background-color: #EC31CA;
}
</style>
border-color css
<style>
span { border-color: #EC31CA; }
span { border-color: rgb(236,49,202); }
td.TdClassName
{
border-color: #EC31CA;
}
.TagClassName
{
border-color: #EC31CA;
}
</style>