Shades of Razzle Dazzle Rose #EC28DB
Tints of Razzle Dazzle Rose #EC28DB
RGB
CMYK
RGB Variations
Color information
#EC28DB (or 0xEC28DB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 28 and DB. RGB value is (236,40,219). Sum of RGB (Red+Green+Blue) = 236+40+219=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 40 (16.02% from 255 or 8.08% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC28DB is #13D724. Grayscale: #767676. Windows color (decimal): -1300261 or 14362860. OLE color: 14362860.
HSL color Cylindrical-coordinate representation of color #EC28DB: hue angle of 305.2º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC28DB is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 219 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.07 |
| HSL | 305.2º | 0.84% | 0.54% | - |
| HSV(B) | 305.2º | 0.83% | 0.93% | - |
| XYZ | 48.14 | 24.46 | 69.2 | - |
| YUV | 119.01 | 184.43 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 219 | 0 | 0.83 | 0.07 | 0.07 | 305.2 | 0.84 | 0.54 |
| Hex | EC | 28 | DB | 0 | 53 | 7 | 7 | 131 | 54 | 36 |
| Octal | 354 | 50 | 333 | 0 | 123 | 7 | 7 | 461 | 124 | 66 |
| Binary | 11101100 | 101000 | 11011011 | 0 | 1010011 | 111 | 111 | 100110001 | 1010100 | 110110 |
Color Harmonies of #EC28DB
Complementary color
Monochromatic Colors of #EC28DB
Black with #EC28DB
Text Example
Text Example
White with #EC28DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC28DB; }
p { color: rgb(236,40,219); }
H1.HeaderClassName
{
color: #EC28DB;
}
.AnyTagClassName
{
color: #EC28DB;
}
</style>
background-color css
<style>
a { background-color: #EC28DB; }
a { background-color: rgb(236,40,219); }
div.DivClassName
{
background-color: #EC28DB;
}
.BgClassName
{
background-color: #EC28DB;
}
</style>
border-color css
<style>
span { border-color: #EC28DB; }
span { border-color: rgb(236,40,219); }
td.TdClassName
{
border-color: #EC28DB;
}
.TagClassName
{
border-color: #EC28DB;
}
</style>