Shades of Razzle Dazzle Rose #EC25D4
Tints of Razzle Dazzle Rose #EC25D4
RGB
CMYK
RGB Variations
Color information
#EC25D4 (or 0xEC25D4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and D4. RGB value is (236,37,212). Sum of RGB (Red+Green+Blue) = 236+37+212=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25D4 is #13DA2B. Grayscale: #737373. Windows color (decimal): -1301036 or 13903340. OLE color: 13903340.
HSL color Cylindrical-coordinate representation of color #EC25D4: hue angle of 307.24º 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 #EC25D4 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 37 | 212 | - |
CMYK | 0 | 0.84 | 0.10 | 0.07 |
HSL | 307.24º | 0.84% | 0.54% | - |
HSV(B) | 307.24º | 0.84% | 0.93% | - |
XYZ | 47.14 | 23.91 | 64.42 | - |
YUV | 116.45 | 181.93 | 213.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 37 | 212 | 0 | 0.84 | 0.10 | 0.07 | 307.24 | 0.84 | 0.54 |
Hex | EC | 25 | D4 | 0 | 54 | A | 7 | 133 | 54 | 36 |
Octal | 354 | 45 | 324 | 0 | 124 | 12 | 7 | 463 | 124 | 66 |
Binary | 11101100 | 100101 | 11010100 | 0 | 1010100 | 1010 | 111 | 100110011 | 1010100 | 110110 |
Color Harmonies of #EC25D4
Complementary color
Monochromatic Colors of #EC25D4
Black with #EC25D4
Text Example
Text Example
White with #EC25D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25D4; }
p { color: rgb(236,37,212); }
H1.HeaderClassName
{
color: #EC25D4;
}
.AnyTagClassName
{
color: #EC25D4;
}
</style>
background-color css
<style>
a { background-color: #EC25D4; }
a { background-color: rgb(236,37,212); }
div.DivClassName
{
background-color: #EC25D4;
}
.BgClassName
{
background-color: #EC25D4;
}
</style>
border-color css
<style>
span { border-color: #EC25D4; }
span { border-color: rgb(236,37,212); }
td.TdClassName
{
border-color: #EC25D4;
}
.TagClassName
{
border-color: #EC25D4;
}
</style>