Shades of Razzle Dazzle Rose #EC3EDB
Tints of Razzle Dazzle Rose #EC3EDB
RGB
CMYK
RGB Variations
Color information
#EC3EDB (or 0xEC3EDB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3E and DB. RGB value is (236,62,219). Sum of RGB (Red+Green+Blue) = 236+62+219=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 62 (24.61% from 255 or 11.99% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3EDB is #13C124. Grayscale: #838383. Windows color (decimal): -1294629 or 14368492. OLE color: 14368492.
HSL color Cylindrical-coordinate representation of color #EC3EDB: hue angle of 305.86º 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 #EC3EDB is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 219 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.07 |
| HSL | 305.86º | 0.82% | 0.58% | - |
| HSV(B) | 305.86º | 0.74% | 0.93% | - |
| XYZ | 49.1 | 26.39 | 69.52 | - |
| YUV | 131.92 | 177.15 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 219 | 0 | 0.74 | 0.07 | 0.07 | 305.86 | 0.82 | 0.58 |
| Hex | EC | 3E | DB | 0 | 4A | 7 | 7 | 132 | 52 | 3A |
| Octal | 354 | 76 | 333 | 0 | 112 | 7 | 7 | 462 | 122 | 72 |
| Binary | 11101100 | 111110 | 11011011 | 0 | 1001010 | 111 | 111 | 100110010 | 1010010 | 111010 |
Color Harmonies of #EC3EDB
Complementary color
Monochromatic Colors of #EC3EDB
Black with #EC3EDB
Text Example
Text Example
White with #EC3EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3EDB; }
p { color: rgb(236,62,219); }
H1.HeaderClassName
{
color: #EC3EDB;
}
.AnyTagClassName
{
color: #EC3EDB;
}
</style>
background-color css
<style>
a { background-color: #EC3EDB; }
a { background-color: rgb(236,62,219); }
div.DivClassName
{
background-color: #EC3EDB;
}
.BgClassName
{
background-color: #EC3EDB;
}
</style>
border-color css
<style>
span { border-color: #EC3EDB; }
span { border-color: rgb(236,62,219); }
td.TdClassName
{
border-color: #EC3EDB;
}
.TagClassName
{
border-color: #EC3EDB;
}
</style>