Shades of Razzle Dazzle Rose #EC41D2
Tints of Razzle Dazzle Rose #EC41D2
RGB
CMYK
RGB Variations
Color information
#EC41D2 (or 0xEC41D2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and D2. RGB value is (236,65,210). Sum of RGB (Red+Green+Blue) = 236+65+210=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41D2 is #13BE2D. Grayscale: #848484. Windows color (decimal): -1293870 or 13779436. OLE color: 13779436.
HSL color Cylindrical-coordinate representation of color #EC41D2: hue angle of 309.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC41D2 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 210 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.07 |
| HSL | 309.12º | 0.82% | 0.59% | - |
| HSV(B) | 309.12º | 0.72% | 0.93% | - |
| XYZ | 48.12 | 26.27 | 63.51 | - |
| YUV | 132.66 | 171.65 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 210 | 0 | 0.72 | 0.11 | 0.07 | 309.12 | 0.82 | 0.59 |
| Hex | EC | 41 | D2 | 0 | 48 | B | 7 | 135 | 52 | 3B |
| Octal | 354 | 101 | 322 | 0 | 110 | 13 | 7 | 465 | 122 | 73 |
| Binary | 11101100 | 1000001 | 11010010 | 0 | 1001000 | 1011 | 111 | 100110101 | 1010010 | 111011 |
Color Harmonies of #EC41D2
Complementary color
Monochromatic Colors of #EC41D2
Black with #EC41D2
Text Example
Text Example
White with #EC41D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41D2; }
p { color: rgb(236,65,210); }
H1.HeaderClassName
{
color: #EC41D2;
}
.AnyTagClassName
{
color: #EC41D2;
}
</style>
background-color css
<style>
a { background-color: #EC41D2; }
a { background-color: rgb(236,65,210); }
div.DivClassName
{
background-color: #EC41D2;
}
.BgClassName
{
background-color: #EC41D2;
}
</style>
border-color css
<style>
span { border-color: #EC41D2; }
span { border-color: rgb(236,65,210); }
td.TdClassName
{
border-color: #EC41D2;
}
.TagClassName
{
border-color: #EC41D2;
}
</style>