Shades of Razzle Dazzle Rose #EC25E3
Tints of Razzle Dazzle Rose #EC25E3
RGB
CMYK
RGB Variations
Color information
#EC25E3 (or 0xEC25E3) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and E3. RGB value is (236,37,227). Sum of RGB (Red+Green+Blue) = 236+37+227=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 37 (14.84% from 255 or 7.4% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25E3 is #13DA1C. Grayscale: #757575. Windows color (decimal): -1301021 or 14886380. OLE color: 14886380.
HSL color Cylindrical-coordinate representation of color #EC25E3: hue angle of 302.71º 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 #EC25E3 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 227 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.07 |
| HSL | 302.71º | 0.84% | 0.54% | - |
| HSV(B) | 302.71º | 0.84% | 0.93% | - |
| XYZ | 49.12 | 24.7 | 74.85 | - |
| YUV | 118.16 | 189.43 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 227 | 0 | 0.84 | 0.04 | 0.07 | 302.71 | 0.84 | 0.54 |
| Hex | EC | 25 | E3 | 0 | 54 | 4 | 7 | 12F | 54 | 36 |
| Octal | 354 | 45 | 343 | 0 | 124 | 4 | 7 | 457 | 124 | 66 |
| Binary | 11101100 | 100101 | 11100011 | 0 | 1010100 | 100 | 111 | 100101111 | 1010100 | 110110 |
Color Harmonies of #EC25E3
Complementary color
Monochromatic Colors of #EC25E3
Black with #EC25E3
Text Example
Text Example
White with #EC25E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25E3; }
p { color: rgb(236,37,227); }
H1.HeaderClassName
{
color: #EC25E3;
}
.AnyTagClassName
{
color: #EC25E3;
}
</style>
background-color css
<style>
a { background-color: #EC25E3; }
a { background-color: rgb(236,37,227); }
div.DivClassName
{
background-color: #EC25E3;
}
.BgClassName
{
background-color: #EC25E3;
}
</style>
border-color css
<style>
span { border-color: #EC25E3; }
span { border-color: rgb(236,37,227); }
td.TdClassName
{
border-color: #EC25E3;
}
.TagClassName
{
border-color: #EC25E3;
}
</style>