Shades of Razzle Dazzle Rose #EC35E6
Tints of Razzle Dazzle Rose #EC35E6
RGB
CMYK
RGB Variations
Color information
#EC35E6 (or 0xEC35E6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 35 and E6. RGB value is (236,53,230). Sum of RGB (Red+Green+Blue) = 236+53+230=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 53 (21.09% from 255 or 10.21% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC35E6 is #13CA19. Grayscale: #7F7F7F. Windows color (decimal): -1296922 or 15087084. OLE color: 15087084.
HSL color Cylindrical-coordinate representation of color #EC35E6: hue angle of 301.97º 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 #EC35E6 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 230 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.07 |
| HSL | 301.97º | 0.83% | 0.57% | - |
| HSV(B) | 301.97º | 0.78% | 0.93% | - |
| XYZ | 50.15 | 26.09 | 77.26 | - |
| YUV | 127.9 | 185.63 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 230 | 0 | 0.78 | 0.03 | 0.07 | 301.97 | 0.83 | 0.57 |
| Hex | EC | 35 | E6 | 0 | 4E | 3 | 7 | 12E | 53 | 39 |
| Octal | 354 | 65 | 346 | 0 | 116 | 3 | 7 | 456 | 123 | 71 |
| Binary | 11101100 | 110101 | 11100110 | 0 | 1001110 | 11 | 111 | 100101110 | 1010011 | 111001 |
Color Harmonies of #EC35E6
Complementary color
Monochromatic Colors of #EC35E6
Black with #EC35E6
Text Example
Text Example
White with #EC35E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC35E6; }
p { color: rgb(236,53,230); }
H1.HeaderClassName
{
color: #EC35E6;
}
.AnyTagClassName
{
color: #EC35E6;
}
</style>
background-color css
<style>
a { background-color: #EC35E6; }
a { background-color: rgb(236,53,230); }
div.DivClassName
{
background-color: #EC35E6;
}
.BgClassName
{
background-color: #EC35E6;
}
</style>
border-color css
<style>
span { border-color: #EC35E6; }
span { border-color: rgb(236,53,230); }
td.TdClassName
{
border-color: #EC35E6;
}
.TagClassName
{
border-color: #EC35E6;
}
</style>