Shades of Razzle Dazzle Rose #EC38B5
Tints of Razzle Dazzle Rose #EC38B5
RGB
CMYK
RGB Variations
Color information
#EC38B5 (or 0xEC38B5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 38 and B5. RGB value is (236,56,181). Sum of RGB (Red+Green+Blue) = 236+56+181=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC38B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC38B5 is #13C74A. Grayscale: #7B7B7B. Windows color (decimal): -1296203 or 11876588. OLE color: 11876588.
HSL color Cylindrical-coordinate representation of color #EC38B5: hue angle of 318.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC38B5 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 181 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.07 |
| HSL | 318.33º | 0.83% | 0.57% | - |
| HSV(B) | 318.33º | 0.76% | 0.93% | - |
| XYZ | 44.35 | 24 | 46.01 | - |
| YUV | 124.07 | 160.13 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 181 | 0 | 0.76 | 0.23 | 0.07 | 318.33 | 0.83 | 0.57 |
| Hex | EC | 38 | B5 | 0 | 4C | 17 | 7 | 13E | 53 | 39 |
| Octal | 354 | 70 | 265 | 0 | 114 | 27 | 7 | 476 | 123 | 71 |
| Binary | 11101100 | 111000 | 10110101 | 0 | 1001100 | 10111 | 111 | 100111110 | 1010011 | 111001 |
Color Harmonies of #EC38B5
Complementary color
Monochromatic Colors of #EC38B5
Black with #EC38B5
Text Example
Text Example
White with #EC38B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC38B5; }
p { color: rgb(236,56,181); }
H1.HeaderClassName
{
color: #EC38B5;
}
.AnyTagClassName
{
color: #EC38B5;
}
</style>
background-color css
<style>
a { background-color: #EC38B5; }
a { background-color: rgb(236,56,181); }
div.DivClassName
{
background-color: #EC38B5;
}
.BgClassName
{
background-color: #EC38B5;
}
</style>
border-color css
<style>
span { border-color: #EC38B5; }
span { border-color: rgb(236,56,181); }
td.TdClassName
{
border-color: #EC38B5;
}
.TagClassName
{
border-color: #EC38B5;
}
</style>