Shades of Razzle Dazzle Rose #EC3DDD
Tints of Razzle Dazzle Rose #EC3DDD
RGB
CMYK
RGB Variations
Color information
#EC3DDD (or 0xEC3DDD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3D and DD. RGB value is (236,61,221). Sum of RGB (Red+Green+Blue) = 236+61+221=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 61 (24.22% from 255 or 11.78% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3DDD is #13C222. Grayscale: #838383. Windows color (decimal): -1294883 or 14499308. OLE color: 14499308.
HSL color Cylindrical-coordinate representation of color #EC3DDD: hue angle of 305.14º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3DDD is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 221 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.07 |
| HSL | 305.14º | 0.82% | 0.58% | - |
| HSV(B) | 305.14º | 0.74% | 0.93% | - |
| XYZ | 49.31 | 26.39 | 70.9 | - |
| YUV | 131.57 | 178.48 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 221 | 0 | 0.74 | 0.06 | 0.07 | 305.14 | 0.82 | 0.58 |
| Hex | EC | 3D | DD | 0 | 4A | 6 | 7 | 131 | 52 | 3A |
| Octal | 354 | 75 | 335 | 0 | 112 | 6 | 7 | 461 | 122 | 72 |
| Binary | 11101100 | 111101 | 11011101 | 0 | 1001010 | 110 | 111 | 100110001 | 1010010 | 111010 |
Color Harmonies of #EC3DDD
Complementary color
Monochromatic Colors of #EC3DDD
Black with #EC3DDD
Text Example
Text Example
White with #EC3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DDD; }
p { color: rgb(236,61,221); }
H1.HeaderClassName
{
color: #EC3DDD;
}
.AnyTagClassName
{
color: #EC3DDD;
}
</style>
background-color css
<style>
a { background-color: #EC3DDD; }
a { background-color: rgb(236,61,221); }
div.DivClassName
{
background-color: #EC3DDD;
}
.BgClassName
{
background-color: #EC3DDD;
}
</style>
border-color css
<style>
span { border-color: #EC3DDD; }
span { border-color: rgb(236,61,221); }
td.TdClassName
{
border-color: #EC3DDD;
}
.TagClassName
{
border-color: #EC3DDD;
}
</style>