Shades of Razzle Dazzle Rose #EC3FB5
Tints of Razzle Dazzle Rose #EC3FB5
RGB
CMYK
RGB Variations
Color information
#EC3FB5 (or 0xEC3FB5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3F and B5. RGB value is (236,63,181). Sum of RGB (Red+Green+Blue) = 236+63+181=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3FB5 is #13C04A. Grayscale: #7F7F7F. Windows color (decimal): -1294411 or 11878380. OLE color: 11878380.
HSL color Cylindrical-coordinate representation of color #EC3FB5: hue angle of 319.08º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3FB5 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 181 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.07 |
| HSL | 319.08º | 0.82% | 0.59% | - |
| HSV(B) | 319.08º | 0.73% | 0.93% | - |
| XYZ | 44.71 | 24.72 | 46.13 | - |
| YUV | 128.18 | 157.81 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 181 | 0 | 0.73 | 0.23 | 0.07 | 319.08 | 0.82 | 0.59 |
| Hex | EC | 3F | B5 | 0 | 49 | 17 | 7 | 13F | 52 | 3B |
| Octal | 354 | 77 | 265 | 0 | 111 | 27 | 7 | 477 | 122 | 73 |
| Binary | 11101100 | 111111 | 10110101 | 0 | 1001001 | 10111 | 111 | 100111111 | 1010010 | 111011 |
Color Harmonies of #EC3FB5
Complementary color
Monochromatic Colors of #EC3FB5
Black with #EC3FB5
Text Example
Text Example
White with #EC3FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FB5; }
p { color: rgb(236,63,181); }
H1.HeaderClassName
{
color: #EC3FB5;
}
.AnyTagClassName
{
color: #EC3FB5;
}
</style>
background-color css
<style>
a { background-color: #EC3FB5; }
a { background-color: rgb(236,63,181); }
div.DivClassName
{
background-color: #EC3FB5;
}
.BgClassName
{
background-color: #EC3FB5;
}
</style>
border-color css
<style>
span { border-color: #EC3FB5; }
span { border-color: rgb(236,63,181); }
td.TdClassName
{
border-color: #EC3FB5;
}
.TagClassName
{
border-color: #EC3FB5;
}
</style>