Shades of Razzle Dazzle Rose #EC2DE1
Tints of Razzle Dazzle Rose #EC2DE1
RGB
CMYK
RGB Variations
Color information
#EC2DE1 (or 0xEC2DE1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2D and E1. RGB value is (236,45,225). Sum of RGB (Red+Green+Blue) = 236+45+225=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 45 (17.97% from 255 or 8.89% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2DE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2DE1 is #13D21E. Grayscale: #7A7A7A. Windows color (decimal): -1298975 or 14757356. OLE color: 14757356.
HSL color Cylindrical-coordinate representation of color #EC2DE1: hue angle of 303.46º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2DE1 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 225 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.07 |
| HSL | 303.46º | 0.83% | 0.55% | - |
| HSV(B) | 303.46º | 0.81% | 0.93% | - |
| XYZ | 49.12 | 25.15 | 73.5 | - |
| YUV | 122.63 | 185.78 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 225 | 0 | 0.81 | 0.05 | 0.07 | 303.46 | 0.83 | 0.55 |
| Hex | EC | 2D | E1 | 0 | 51 | 5 | 7 | 12F | 53 | 37 |
| Octal | 354 | 55 | 341 | 0 | 121 | 5 | 7 | 457 | 123 | 67 |
| Binary | 11101100 | 101101 | 11100001 | 0 | 1010001 | 101 | 111 | 100101111 | 1010011 | 110111 |
Color Harmonies of #EC2DE1
Complementary color
Monochromatic Colors of #EC2DE1
Black with #EC2DE1
Text Example
Text Example
White with #EC2DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2DE1; }
p { color: rgb(236,45,225); }
H1.HeaderClassName
{
color: #EC2DE1;
}
.AnyTagClassName
{
color: #EC2DE1;
}
</style>
background-color css
<style>
a { background-color: #EC2DE1; }
a { background-color: rgb(236,45,225); }
div.DivClassName
{
background-color: #EC2DE1;
}
.BgClassName
{
background-color: #EC2DE1;
}
</style>
border-color css
<style>
span { border-color: #EC2DE1; }
span { border-color: rgb(236,45,225); }
td.TdClassName
{
border-color: #EC2DE1;
}
.TagClassName
{
border-color: #EC2DE1;
}
</style>