Shades of Razzle Dazzle Rose #EC3ADB
Tints of Razzle Dazzle Rose #EC3ADB
RGB
CMYK
RGB Variations
Color information
#EC3ADB (or 0xEC3ADB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3A and DB. RGB value is (236,58,219). Sum of RGB (Red+Green+Blue) = 236+58+219=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 58 (23.05% from 255 or 11.31% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3ADB is #13C524. Grayscale: #818181. Windows color (decimal): -1295653 or 14367468. OLE color: 14367468.
HSL color Cylindrical-coordinate representation of color #EC3ADB: hue angle of 305.73º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3ADB is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 219 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.07 |
| HSL | 305.73º | 0.82% | 0.58% | - |
| HSV(B) | 305.73º | 0.75% | 0.93% | - |
| XYZ | 48.89 | 25.97 | 69.45 | - |
| YUV | 129.58 | 178.47 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 219 | 0 | 0.75 | 0.07 | 0.07 | 305.73 | 0.82 | 0.58 |
| Hex | EC | 3A | DB | 0 | 4B | 7 | 7 | 132 | 52 | 3A |
| Octal | 354 | 72 | 333 | 0 | 113 | 7 | 7 | 462 | 122 | 72 |
| Binary | 11101100 | 111010 | 11011011 | 0 | 1001011 | 111 | 111 | 100110010 | 1010010 | 111010 |
Color Harmonies of #EC3ADB
Complementary color
Monochromatic Colors of #EC3ADB
Black with #EC3ADB
Text Example
Text Example
White with #EC3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3ADB; }
p { color: rgb(236,58,219); }
H1.HeaderClassName
{
color: #EC3ADB;
}
.AnyTagClassName
{
color: #EC3ADB;
}
</style>
background-color css
<style>
a { background-color: #EC3ADB; }
a { background-color: rgb(236,58,219); }
div.DivClassName
{
background-color: #EC3ADB;
}
.BgClassName
{
background-color: #EC3ADB;
}
</style>
border-color css
<style>
span { border-color: #EC3ADB; }
span { border-color: rgb(236,58,219); }
td.TdClassName
{
border-color: #EC3ADB;
}
.TagClassName
{
border-color: #EC3ADB;
}
</style>