Shades of Razzle Dazzle Rose #EC2CEB
Tints of Razzle Dazzle Rose #EC2CEB
RGB
CMYK
RGB Variations
Color information
#EC2CEB (or 0xEC2CEB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2C and EB. RGB value is (236,44,235). Sum of RGB (Red+Green+Blue) = 236+44+235=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 44 (17.58% from 255 or 8.54% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2CEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2CEB is #13D314. Grayscale: #7A7A7A. Windows color (decimal): -1299221 or 15412460. OLE color: 15412460.
HSL color Cylindrical-coordinate representation of color #EC2CEB: hue angle of 300.31º 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 #EC2CEB is Cyan = 0, Magento = 0.81, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 44 | 235 | - |
| CMYK | 0 | 0.81 | 0.00 | 0.07 |
| HSL | 300.31º | 0.83% | 0.55% | - |
| HSV(B) | 300.31º | 0.81% | 0.93% | - |
| XYZ | 50.49 | 25.63 | 80.88 | - |
| YUV | 123.18 | 191.11 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 44 | 235 | 0 | 0.81 | 0.00 | 0.07 | 300.31 | 0.83 | 0.55 |
| Hex | EC | 2C | EB | 0 | 51 | 0 | 7 | 12C | 53 | 37 |
| Octal | 354 | 54 | 353 | 0 | 121 | 0 | 7 | 454 | 123 | 67 |
| Binary | 11101100 | 101100 | 11101011 | 0 | 1010001 | 0 | 111 | 100101100 | 1010011 | 110111 |
Color Harmonies of #EC2CEB
Complementary color
Monochromatic Colors of #EC2CEB
Black with #EC2CEB
Text Example
Text Example
White with #EC2CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2CEB; }
p { color: rgb(236,44,235); }
H1.HeaderClassName
{
color: #EC2CEB;
}
.AnyTagClassName
{
color: #EC2CEB;
}
</style>
background-color css
<style>
a { background-color: #EC2CEB; }
a { background-color: rgb(236,44,235); }
div.DivClassName
{
background-color: #EC2CEB;
}
.BgClassName
{
background-color: #EC2CEB;
}
</style>
border-color css
<style>
span { border-color: #EC2CEB; }
span { border-color: rgb(236,44,235); }
td.TdClassName
{
border-color: #EC2CEB;
}
.TagClassName
{
border-color: #EC2CEB;
}
</style>