Shades of Razzle Dazzle Rose #EC3DDB
Tints of Razzle Dazzle Rose #EC3DDB
RGB
CMYK
RGB Variations
Color information
#EC3DDB (or 0xEC3DDB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3D and DB. RGB value is (236,61,219). Sum of RGB (Red+Green+Blue) = 236+61+219=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 61 (24.22% from 255 or 11.82% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3DDB is #13C224. Grayscale: #828282. Windows color (decimal): -1294885 or 14368236. OLE color: 14368236.
HSL color Cylindrical-coordinate representation of color #EC3DDB: hue angle of 305.83º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3DDB is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 219 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.07 |
| HSL | 305.83º | 0.82% | 0.58% | - |
| HSV(B) | 305.83º | 0.74% | 0.93% | - |
| XYZ | 49.05 | 26.28 | 69.51 | - |
| YUV | 131.34 | 177.48 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 219 | 0 | 0.74 | 0.07 | 0.07 | 305.83 | 0.82 | 0.58 |
| Hex | EC | 3D | DB | 0 | 4A | 7 | 7 | 132 | 52 | 3A |
| Octal | 354 | 75 | 333 | 0 | 112 | 7 | 7 | 462 | 122 | 72 |
| Binary | 11101100 | 111101 | 11011011 | 0 | 1001010 | 111 | 111 | 100110010 | 1010010 | 111010 |
Color Harmonies of #EC3DDB
Complementary color
Monochromatic Colors of #EC3DDB
Black with #EC3DDB
Text Example
Text Example
White with #EC3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DDB; }
p { color: rgb(236,61,219); }
H1.HeaderClassName
{
color: #EC3DDB;
}
.AnyTagClassName
{
color: #EC3DDB;
}
</style>
background-color css
<style>
a { background-color: #EC3DDB; }
a { background-color: rgb(236,61,219); }
div.DivClassName
{
background-color: #EC3DDB;
}
.BgClassName
{
background-color: #EC3DDB;
}
</style>
border-color css
<style>
span { border-color: #EC3DDB; }
span { border-color: rgb(236,61,219); }
td.TdClassName
{
border-color: #EC3DDB;
}
.TagClassName
{
border-color: #EC3DDB;
}
</style>