Shades of Razzle Dazzle Rose #EC3CB6
Tints of Razzle Dazzle Rose #EC3CB6
RGB
CMYK
RGB Variations
Color information
#EC3CB6 (or 0xEC3CB6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3C and B6. RGB value is (236,60,182). Sum of RGB (Red+Green+Blue) = 236+60+182=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3CB6 is #13C349. Grayscale: #7E7E7E. Windows color (decimal): -1295178 or 11943148. OLE color: 11943148.
HSL color Cylindrical-coordinate representation of color #EC3CB6: hue angle of 318.41º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3CB6 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 182 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.07 |
| HSL | 318.41º | 0.82% | 0.58% | - |
| HSV(B) | 318.41º | 0.75% | 0.93% | - |
| XYZ | 44.65 | 24.44 | 46.62 | - |
| YUV | 126.53 | 159.31 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 182 | 0 | 0.75 | 0.23 | 0.07 | 318.41 | 0.82 | 0.58 |
| Hex | EC | 3C | B6 | 0 | 4B | 17 | 7 | 13E | 52 | 3A |
| Octal | 354 | 74 | 266 | 0 | 113 | 27 | 7 | 476 | 122 | 72 |
| Binary | 11101100 | 111100 | 10110110 | 0 | 1001011 | 10111 | 111 | 100111110 | 1010010 | 111010 |
Color Harmonies of #EC3CB6
Complementary color
Monochromatic Colors of #EC3CB6
Black with #EC3CB6
Text Example
Text Example
White with #EC3CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CB6; }
p { color: rgb(236,60,182); }
H1.HeaderClassName
{
color: #EC3CB6;
}
.AnyTagClassName
{
color: #EC3CB6;
}
</style>
background-color css
<style>
a { background-color: #EC3CB6; }
a { background-color: rgb(236,60,182); }
div.DivClassName
{
background-color: #EC3CB6;
}
.BgClassName
{
background-color: #EC3CB6;
}
</style>
border-color css
<style>
span { border-color: #EC3CB6; }
span { border-color: rgb(236,60,182); }
td.TdClassName
{
border-color: #EC3CB6;
}
.TagClassName
{
border-color: #EC3CB6;
}
</style>