Shades of Razzle Dazzle Rose #EC2BDB
Tints of Razzle Dazzle Rose #EC2BDB
RGB
CMYK
RGB Variations
Color information
#EC2BDB (or 0xEC2BDB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2B and DB. RGB value is (236,43,219). Sum of RGB (Red+Green+Blue) = 236+43+219=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 43 (17.19% from 255 or 8.63% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2BDB is #13D424. Grayscale: #787878. Windows color (decimal): -1299493 or 14363628. OLE color: 14363628.
HSL color Cylindrical-coordinate representation of color #EC2BDB: hue angle of 305.28º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2BDB is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 219 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.07 |
| HSL | 305.29º | 0.84% | 0.55% | - |
| HSV(B) | 305.29º | 0.82% | 0.93% | - |
| XYZ | 48.24 | 24.68 | 69.24 | - |
| YUV | 120.77 | 183.44 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 219 | 0 | 0.82 | 0.07 | 0.07 | 305.29 | 0.84 | 0.55 |
| Hex | EC | 2B | DB | 0 | 52 | 7 | 7 | 131 | 54 | 37 |
| Octal | 354 | 53 | 333 | 0 | 122 | 7 | 7 | 461 | 124 | 67 |
| Binary | 11101100 | 101011 | 11011011 | 0 | 1010010 | 111 | 111 | 100110001 | 1010100 | 110111 |
Color Harmonies of #EC2BDB
Complementary color
Monochromatic Colors of #EC2BDB
Black with #EC2BDB
Text Example
Text Example
White with #EC2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BDB; }
p { color: rgb(236,43,219); }
H1.HeaderClassName
{
color: #EC2BDB;
}
.AnyTagClassName
{
color: #EC2BDB;
}
</style>
background-color css
<style>
a { background-color: #EC2BDB; }
a { background-color: rgb(236,43,219); }
div.DivClassName
{
background-color: #EC2BDB;
}
.BgClassName
{
background-color: #EC2BDB;
}
</style>
border-color css
<style>
span { border-color: #EC2BDB; }
span { border-color: rgb(236,43,219); }
td.TdClassName
{
border-color: #EC2BDB;
}
.TagClassName
{
border-color: #EC2BDB;
}
</style>