Shades of Razzle Dazzle Rose #EC25E4
Tints of Razzle Dazzle Rose #EC25E4
RGB
CMYK
RGB Variations
Color information
#EC25E4 (or 0xEC25E4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and E4. RGB value is (236,37,228). Sum of RGB (Red+Green+Blue) = 236+37+228=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 37 (14.84% from 255 or 7.39% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25E4 is #13DA1B. Grayscale: #757575. Windows color (decimal): -1301020 or 14951916. OLE color: 14951916.
HSL color Cylindrical-coordinate representation of color #EC25E4: hue angle of 302.41º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC25E4 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 228 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.07 |
| HSL | 302.41º | 0.84% | 0.54% | - |
| HSV(B) | 302.41º | 0.84% | 0.93% | - |
| XYZ | 49.26 | 24.76 | 75.58 | - |
| YUV | 118.28 | 189.93 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 228 | 0 | 0.84 | 0.03 | 0.07 | 302.41 | 0.84 | 0.54 |
| Hex | EC | 25 | E4 | 0 | 54 | 3 | 7 | 12E | 54 | 36 |
| Octal | 354 | 45 | 344 | 0 | 124 | 3 | 7 | 456 | 124 | 66 |
| Binary | 11101100 | 100101 | 11100100 | 0 | 1010100 | 11 | 111 | 100101110 | 1010100 | 110110 |
Color Harmonies of #EC25E4
Complementary color
Monochromatic Colors of #EC25E4
Black with #EC25E4
Text Example
Text Example
White with #EC25E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25E4; }
p { color: rgb(236,37,228); }
H1.HeaderClassName
{
color: #EC25E4;
}
.AnyTagClassName
{
color: #EC25E4;
}
</style>
background-color css
<style>
a { background-color: #EC25E4; }
a { background-color: rgb(236,37,228); }
div.DivClassName
{
background-color: #EC25E4;
}
.BgClassName
{
background-color: #EC25E4;
}
</style>
border-color css
<style>
span { border-color: #EC25E4; }
span { border-color: rgb(236,37,228); }
td.TdClassName
{
border-color: #EC25E4;
}
.TagClassName
{
border-color: #EC25E4;
}
</style>