Shades of Razzle Dazzle Rose #EC35E7
Tints of Razzle Dazzle Rose #EC35E7
RGB
CMYK
RGB Variations
Color information
#EC35E7 (or 0xEC35E7) is known color: Razzle Dazzle Rose. HEX triplet: EC, 35 and E7. RGB value is (236,53,231). Sum of RGB (Red+Green+Blue) = 236+53+231=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 53 (21.09% from 255 or 10.19% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC35E7 is #13CA18. Grayscale: #7F7F7F. Windows color (decimal): -1296921 or 15152620. OLE color: 15152620.
HSL color Cylindrical-coordinate representation of color #EC35E7: hue angle of 301.64º 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 #EC35E7 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 231 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.07 |
| HSL | 301.64º | 0.83% | 0.57% | - |
| HSV(B) | 301.64º | 0.78% | 0.93% | - |
| XYZ | 50.29 | 26.15 | 78 | - |
| YUV | 128.01 | 186.13 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 231 | 0 | 0.78 | 0.02 | 0.07 | 301.64 | 0.83 | 0.57 |
| Hex | EC | 35 | E7 | 0 | 4E | 2 | 7 | 12E | 53 | 39 |
| Octal | 354 | 65 | 347 | 0 | 116 | 2 | 7 | 456 | 123 | 71 |
| Binary | 11101100 | 110101 | 11100111 | 0 | 1001110 | 10 | 111 | 100101110 | 1010011 | 111001 |
Color Harmonies of #EC35E7
Complementary color
Monochromatic Colors of #EC35E7
Black with #EC35E7
Text Example
Text Example
White with #EC35E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC35E7; }
p { color: rgb(236,53,231); }
H1.HeaderClassName
{
color: #EC35E7;
}
.AnyTagClassName
{
color: #EC35E7;
}
</style>
background-color css
<style>
a { background-color: #EC35E7; }
a { background-color: rgb(236,53,231); }
div.DivClassName
{
background-color: #EC35E7;
}
.BgClassName
{
background-color: #EC35E7;
}
</style>
border-color css
<style>
span { border-color: #EC35E7; }
span { border-color: rgb(236,53,231); }
td.TdClassName
{
border-color: #EC35E7;
}
.TagClassName
{
border-color: #EC35E7;
}
</style>