Shades of Razzle Dazzle Rose #EC25C3
Tints of Razzle Dazzle Rose #EC25C3
RGB
CMYK
RGB Variations
Color information
#EC25C3 (or 0xEC25C3) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and C3. RGB value is (236,37,195). Sum of RGB (Red+Green+Blue) = 236+37+195=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25C3 is #13DA3C. Grayscale: #727272. Windows color (decimal): -1301053 or 12789228. OLE color: 12789228.
HSL color Cylindrical-coordinate representation of color #EC25C3: hue angle of 312.36º 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 #EC25C3 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 195 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.07 |
| HSL | 312.36º | 0.84% | 0.54% | - |
| HSV(B) | 312.36º | 0.84% | 0.93% | - |
| XYZ | 45.1 | 23.1 | 53.71 | - |
| YUV | 114.51 | 173.43 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 195 | 0 | 0.84 | 0.17 | 0.07 | 312.36 | 0.84 | 0.54 |
| Hex | EC | 25 | C3 | 0 | 54 | 11 | 7 | 138 | 54 | 36 |
| Octal | 354 | 45 | 303 | 0 | 124 | 21 | 7 | 470 | 124 | 66 |
| Binary | 11101100 | 100101 | 11000011 | 0 | 1010100 | 10001 | 111 | 100111000 | 1010100 | 110110 |
Color Harmonies of #EC25C3
Complementary color
Monochromatic Colors of #EC25C3
Black with #EC25C3
Text Example
Text Example
White with #EC25C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25C3; }
p { color: rgb(236,37,195); }
H1.HeaderClassName
{
color: #EC25C3;
}
.AnyTagClassName
{
color: #EC25C3;
}
</style>
background-color css
<style>
a { background-color: #EC25C3; }
a { background-color: rgb(236,37,195); }
div.DivClassName
{
background-color: #EC25C3;
}
.BgClassName
{
background-color: #EC25C3;
}
</style>
border-color css
<style>
span { border-color: #EC25C3; }
span { border-color: rgb(236,37,195); }
td.TdClassName
{
border-color: #EC25C3;
}
.TagClassName
{
border-color: #EC25C3;
}
</style>