Shades of Razzle Dazzle Rose #EC2EDB
Tints of Razzle Dazzle Rose #EC2EDB
RGB
CMYK
RGB Variations
Color information
#EC2EDB (or 0xEC2EDB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2E and DB. RGB value is (236,46,219). Sum of RGB (Red+Green+Blue) = 236+46+219=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 46 (18.36% from 255 or 9.18% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2EDB is #13D124. Grayscale: #7A7A7A. Windows color (decimal): -1298725 or 14364396. OLE color: 14364396.
HSL color Cylindrical-coordinate representation of color #EC2EDB: hue angle of 305.37º 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 #EC2EDB is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 219 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.07 |
| HSL | 305.37º | 0.83% | 0.55% | - |
| HSV(B) | 305.37º | 0.81% | 0.93% | - |
| XYZ | 48.36 | 24.9 | 69.28 | - |
| YUV | 122.53 | 182.45 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 219 | 0 | 0.81 | 0.07 | 0.07 | 305.37 | 0.83 | 0.55 |
| Hex | EC | 2E | DB | 0 | 51 | 7 | 7 | 131 | 53 | 37 |
| Octal | 354 | 56 | 333 | 0 | 121 | 7 | 7 | 461 | 123 | 67 |
| Binary | 11101100 | 101110 | 11011011 | 0 | 1010001 | 111 | 111 | 100110001 | 1010011 | 110111 |
Color Harmonies of #EC2EDB
Complementary color
Monochromatic Colors of #EC2EDB
Black with #EC2EDB
Text Example
Text Example
White with #EC2EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2EDB; }
p { color: rgb(236,46,219); }
H1.HeaderClassName
{
color: #EC2EDB;
}
.AnyTagClassName
{
color: #EC2EDB;
}
</style>
background-color css
<style>
a { background-color: #EC2EDB; }
a { background-color: rgb(236,46,219); }
div.DivClassName
{
background-color: #EC2EDB;
}
.BgClassName
{
background-color: #EC2EDB;
}
</style>
border-color css
<style>
span { border-color: #EC2EDB; }
span { border-color: rgb(236,46,219); }
td.TdClassName
{
border-color: #EC2EDB;
}
.TagClassName
{
border-color: #EC2EDB;
}
</style>