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