Shades of Razzle Dazzle Rose #EC30B8
Tints of Razzle Dazzle Rose #EC30B8
RGB
CMYK
RGB Variations
Color information
#EC30B8 (or 0xEC30B8) is known color: Razzle Dazzle Rose. HEX triplet: EC, 30 and B8. RGB value is (236,48,184). Sum of RGB (Red+Green+Blue) = 236+48+184=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC30B8 is #13CF47. Grayscale: #777777. Windows color (decimal): -1298248 or 12071148. OLE color: 12071148.
HSL color Cylindrical-coordinate representation of color #EC30B8: hue angle of 316.6º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC30B8 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 184 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.07 |
| HSL | 316.6º | 0.83% | 0.56% | - |
| HSV(B) | 316.6º | 0.8% | 0.93% | - |
| XYZ | 44.3 | 23.41 | 47.53 | - |
| YUV | 119.72 | 164.28 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 184 | 0 | 0.80 | 0.22 | 0.07 | 316.6 | 0.83 | 0.56 |
| Hex | EC | 30 | B8 | 0 | 50 | 16 | 7 | 13D | 53 | 38 |
| Octal | 354 | 60 | 270 | 0 | 120 | 26 | 7 | 475 | 123 | 70 |
| Binary | 11101100 | 110000 | 10111000 | 0 | 1010000 | 10110 | 111 | 100111101 | 1010011 | 111000 |
Color Harmonies of #EC30B8
Complementary color
Monochromatic Colors of #EC30B8
Black with #EC30B8
Text Example
Text Example
White with #EC30B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC30B8; }
p { color: rgb(236,48,184); }
H1.HeaderClassName
{
color: #EC30B8;
}
.AnyTagClassName
{
color: #EC30B8;
}
</style>
background-color css
<style>
a { background-color: #EC30B8; }
a { background-color: rgb(236,48,184); }
div.DivClassName
{
background-color: #EC30B8;
}
.BgClassName
{
background-color: #EC30B8;
}
</style>
border-color css
<style>
span { border-color: #EC30B8; }
span { border-color: rgb(236,48,184); }
td.TdClassName
{
border-color: #EC30B8;
}
.TagClassName
{
border-color: #EC30B8;
}
</style>