Shades of Razzle Dazzle Rose #EC3ABF
Tints of Razzle Dazzle Rose #EC3ABF
RGB
CMYK
RGB Variations
Color information
#EC3ABF (or 0xEC3ABF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3A and BF. RGB value is (236,58,191). Sum of RGB (Red+Green+Blue) = 236+58+191=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3ABF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3ABF is #13C540. Grayscale: #7E7E7E. Windows color (decimal): -1295681 or 12532460. OLE color: 12532460.
HSL color Cylindrical-coordinate representation of color #EC3ABF: hue angle of 315.17º 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 #EC3ABF is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 191 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.07 |
| HSL | 315.17º | 0.82% | 0.58% | - |
| HSV(B) | 315.17º | 0.75% | 0.93% | - |
| XYZ | 45.51 | 24.62 | 51.64 | - |
| YUV | 126.38 | 164.47 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 191 | 0 | 0.75 | 0.19 | 0.07 | 315.17 | 0.82 | 0.58 |
| Hex | EC | 3A | BF | 0 | 4B | 13 | 7 | 13B | 52 | 3A |
| Octal | 354 | 72 | 277 | 0 | 113 | 23 | 7 | 473 | 122 | 72 |
| Binary | 11101100 | 111010 | 10111111 | 0 | 1001011 | 10011 | 111 | 100111011 | 1010010 | 111010 |
Color Harmonies of #EC3ABF
Complementary color
Monochromatic Colors of #EC3ABF
Black with #EC3ABF
Text Example
Text Example
White with #EC3ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3ABF; }
p { color: rgb(236,58,191); }
H1.HeaderClassName
{
color: #EC3ABF;
}
.AnyTagClassName
{
color: #EC3ABF;
}
</style>
background-color css
<style>
a { background-color: #EC3ABF; }
a { background-color: rgb(236,58,191); }
div.DivClassName
{
background-color: #EC3ABF;
}
.BgClassName
{
background-color: #EC3ABF;
}
</style>
border-color css
<style>
span { border-color: #EC3ABF; }
span { border-color: rgb(236,58,191); }
td.TdClassName
{
border-color: #EC3ABF;
}
.TagClassName
{
border-color: #EC3ABF;
}
</style>