Shades of Razzle Dazzle Rose #EC25D5
Tints of Razzle Dazzle Rose #EC25D5
RGB
CMYK
RGB Variations
Color information
#EC25D5 (or 0xEC25D5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and D5. RGB value is (236,37,213). Sum of RGB (Red+Green+Blue) = 236+37+213=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25D5 is #13DA2A. Grayscale: #747474. Windows color (decimal): -1301035 or 13968876. OLE color: 13968876.
HSL color Cylindrical-coordinate representation of color #EC25D5: hue angle of 306.93º 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 #EC25D5 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 213 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.07 |
| HSL | 306.93º | 0.84% | 0.54% | - |
| HSV(B) | 306.93º | 0.84% | 0.93% | - |
| XYZ | 47.26 | 23.96 | 65.08 | - |
| YUV | 116.57 | 182.43 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 213 | 0 | 0.84 | 0.10 | 0.07 | 306.93 | 0.84 | 0.54 |
| Hex | EC | 25 | D5 | 0 | 54 | A | 7 | 133 | 54 | 36 |
| Octal | 354 | 45 | 325 | 0 | 124 | 12 | 7 | 463 | 124 | 66 |
| Binary | 11101100 | 100101 | 11010101 | 0 | 1010100 | 1010 | 111 | 100110011 | 1010100 | 110110 |
Color Harmonies of #EC25D5
Complementary color
Monochromatic Colors of #EC25D5
Black with #EC25D5
Text Example
Text Example
White with #EC25D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25D5; }
p { color: rgb(236,37,213); }
H1.HeaderClassName
{
color: #EC25D5;
}
.AnyTagClassName
{
color: #EC25D5;
}
</style>
background-color css
<style>
a { background-color: #EC25D5; }
a { background-color: rgb(236,37,213); }
div.DivClassName
{
background-color: #EC25D5;
}
.BgClassName
{
background-color: #EC25D5;
}
</style>
border-color css
<style>
span { border-color: #EC25D5; }
span { border-color: rgb(236,37,213); }
td.TdClassName
{
border-color: #EC25D5;
}
.TagClassName
{
border-color: #EC25D5;
}
</style>