Shades of Razzle Dazzle Rose #EC2ECE
Tints of Razzle Dazzle Rose #EC2ECE
RGB
CMYK
RGB Variations
Color information
#EC2ECE (or 0xEC2ECE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2E and CE. RGB value is (236,46,206). Sum of RGB (Red+Green+Blue) = 236+46+206=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 46 (18.36% from 255 or 9.43% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2ECE is #13D131. Grayscale: #787878. Windows color (decimal): -1298738 or 13512428. OLE color: 13512428.
HSL color Cylindrical-coordinate representation of color #EC2ECE: hue angle of 309.47º 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 #EC2ECE is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 206 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.07 |
| HSL | 309.47º | 0.83% | 0.55% | - |
| HSV(B) | 309.47º | 0.81% | 0.93% | - |
| XYZ | 46.71 | 24.24 | 60.61 | - |
| YUV | 121.05 | 175.95 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 206 | 0 | 0.81 | 0.13 | 0.07 | 309.47 | 0.83 | 0.55 |
| Hex | EC | 2E | CE | 0 | 51 | D | 7 | 135 | 53 | 37 |
| Octal | 354 | 56 | 316 | 0 | 121 | 15 | 7 | 465 | 123 | 67 |
| Binary | 11101100 | 101110 | 11001110 | 0 | 1010001 | 1101 | 111 | 100110101 | 1010011 | 110111 |
Color Harmonies of #EC2ECE
Complementary color
Monochromatic Colors of #EC2ECE
Black with #EC2ECE
Text Example
Text Example
White with #EC2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2ECE; }
p { color: rgb(236,46,206); }
H1.HeaderClassName
{
color: #EC2ECE;
}
.AnyTagClassName
{
color: #EC2ECE;
}
</style>
background-color css
<style>
a { background-color: #EC2ECE; }
a { background-color: rgb(236,46,206); }
div.DivClassName
{
background-color: #EC2ECE;
}
.BgClassName
{
background-color: #EC2ECE;
}
</style>
border-color css
<style>
span { border-color: #EC2ECE; }
span { border-color: rgb(236,46,206); }
td.TdClassName
{
border-color: #EC2ECE;
}
.TagClassName
{
border-color: #EC2ECE;
}
</style>