Shades of Razzle Dazzle Rose #EC35E5
Tints of Razzle Dazzle Rose #EC35E5
RGB
CMYK
RGB Variations
Color information
#EC35E5 (or 0xEC35E5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 35 and E5. RGB value is (236,53,229). Sum of RGB (Red+Green+Blue) = 236+53+229=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 53 (21.09% from 255 or 10.23% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC35E5 is #13CA1A. Grayscale: #7F7F7F. Windows color (decimal): -1296923 or 15021548. OLE color: 15021548.
HSL color Cylindrical-coordinate representation of color #EC35E5: hue angle of 302.3º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC35E5 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 229 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.07 |
| HSL | 302.3º | 0.83% | 0.57% | - |
| HSV(B) | 302.3º | 0.78% | 0.93% | - |
| XYZ | 50.01 | 26.04 | 76.52 | - |
| YUV | 127.78 | 185.13 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 229 | 0 | 0.78 | 0.03 | 0.07 | 302.3 | 0.83 | 0.57 |
| Hex | EC | 35 | E5 | 0 | 4E | 3 | 7 | 12E | 53 | 39 |
| Octal | 354 | 65 | 345 | 0 | 116 | 3 | 7 | 456 | 123 | 71 |
| Binary | 11101100 | 110101 | 11100101 | 0 | 1001110 | 11 | 111 | 100101110 | 1010011 | 111001 |
Color Harmonies of #EC35E5
Complementary color
Monochromatic Colors of #EC35E5
Black with #EC35E5
Text Example
Text Example
White with #EC35E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC35E5; }
p { color: rgb(236,53,229); }
H1.HeaderClassName
{
color: #EC35E5;
}
.AnyTagClassName
{
color: #EC35E5;
}
</style>
background-color css
<style>
a { background-color: #EC35E5; }
a { background-color: rgb(236,53,229); }
div.DivClassName
{
background-color: #EC35E5;
}
.BgClassName
{
background-color: #EC35E5;
}
</style>
border-color css
<style>
span { border-color: #EC35E5; }
span { border-color: rgb(236,53,229); }
td.TdClassName
{
border-color: #EC35E5;
}
.TagClassName
{
border-color: #EC35E5;
}
</style>