Shades of Razzle Dazzle Rose #EC2FDB
Tints of Razzle Dazzle Rose #EC2FDB
RGB
CMYK
RGB Variations
Color information
#EC2FDB (or 0xEC2FDB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2F and DB. RGB value is (236,47,219). Sum of RGB (Red+Green+Blue) = 236+47+219=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 47 (18.75% from 255 or 9.36% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2FDB is #13D024. Grayscale: #7A7A7A. Windows color (decimal): -1298469 or 14364652. OLE color: 14364652.
HSL color Cylindrical-coordinate representation of color #EC2FDB: hue angle of 305.4º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2FDB is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 219 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.07 |
| HSL | 305.4º | 0.83% | 0.55% | - |
| HSV(B) | 305.4º | 0.8% | 0.93% | - |
| XYZ | 48.39 | 24.98 | 69.29 | - |
| YUV | 123.12 | 182.12 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 219 | 0 | 0.80 | 0.07 | 0.07 | 305.4 | 0.83 | 0.55 |
| Hex | EC | 2F | DB | 0 | 50 | 7 | 7 | 131 | 53 | 37 |
| Octal | 354 | 57 | 333 | 0 | 120 | 7 | 7 | 461 | 123 | 67 |
| Binary | 11101100 | 101111 | 11011011 | 0 | 1010000 | 111 | 111 | 100110001 | 1010011 | 110111 |
Color Harmonies of #EC2FDB
Complementary color
Monochromatic Colors of #EC2FDB
Black with #EC2FDB
Text Example
Text Example
White with #EC2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FDB; }
p { color: rgb(236,47,219); }
H1.HeaderClassName
{
color: #EC2FDB;
}
.AnyTagClassName
{
color: #EC2FDB;
}
</style>
background-color css
<style>
a { background-color: #EC2FDB; }
a { background-color: rgb(236,47,219); }
div.DivClassName
{
background-color: #EC2FDB;
}
.BgClassName
{
background-color: #EC2FDB;
}
</style>
border-color css
<style>
span { border-color: #EC2FDB; }
span { border-color: rgb(236,47,219); }
td.TdClassName
{
border-color: #EC2FDB;
}
.TagClassName
{
border-color: #EC2FDB;
}
</style>