Shades of Razzle Dazzle Rose #EC31EA
Tints of Razzle Dazzle Rose #EC31EA
RGB
CMYK
RGB Variations
Color information
#EC31EA (or 0xEC31EA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 31 and EA. RGB value is (236,49,234). Sum of RGB (Red+Green+Blue) = 236+49+234=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 49 (19.53% from 255 or 9.44% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC31EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC31EA is #13CE15. Grayscale: #7D7D7D. Windows color (decimal): -1297942 or 15348204. OLE color: 15348204.
HSL color Cylindrical-coordinate representation of color #EC31EA: hue angle of 300.64º 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 #EC31EA is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 234 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.07 |
| HSL | 300.64º | 0.83% | 0.56% | - |
| HSV(B) | 300.64º | 0.79% | 0.93% | - |
| XYZ | 50.54 | 25.97 | 80.19 | - |
| YUV | 126 | 188.95 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 234 | 0 | 0.79 | 0.01 | 0.07 | 300.64 | 0.83 | 0.56 |
| Hex | EC | 31 | EA | 0 | 4F | 1 | 7 | 12D | 53 | 38 |
| Octal | 354 | 61 | 352 | 0 | 117 | 1 | 7 | 455 | 123 | 70 |
| Binary | 11101100 | 110001 | 11101010 | 0 | 1001111 | 1 | 111 | 100101101 | 1010011 | 111000 |
Color Harmonies of #EC31EA
Complementary color
Monochromatic Colors of #EC31EA
Black with #EC31EA
Text Example
Text Example
White with #EC31EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC31EA; }
p { color: rgb(236,49,234); }
H1.HeaderClassName
{
color: #EC31EA;
}
.AnyTagClassName
{
color: #EC31EA;
}
</style>
background-color css
<style>
a { background-color: #EC31EA; }
a { background-color: rgb(236,49,234); }
div.DivClassName
{
background-color: #EC31EA;
}
.BgClassName
{
background-color: #EC31EA;
}
</style>
border-color css
<style>
span { border-color: #EC31EA; }
span { border-color: rgb(236,49,234); }
td.TdClassName
{
border-color: #EC31EA;
}
.TagClassName
{
border-color: #EC31EA;
}
</style>