Shades of Razzle Dazzle Rose #EC23D1
Tints of Razzle Dazzle Rose #EC23D1
RGB
CMYK
RGB Variations
Color information
#EC23D1 (or 0xEC23D1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 23 and D1. RGB value is (236,35,209). Sum of RGB (Red+Green+Blue) = 236+35+209=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 35 (14.06% from 255 or 7.29% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC23D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC23D1 is #13DC2E. Grayscale: #727272. Windows color (decimal): -1301551 or 13706220. OLE color: 13706220.
HSL color Cylindrical-coordinate representation of color #EC23D1: hue angle of 308.06º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC23D1 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 209 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.07 |
| HSL | 308.06º | 0.84% | 0.53% | - |
| HSV(B) | 308.06º | 0.85% | 0.93% | - |
| XYZ | 46.7 | 23.64 | 62.42 | - |
| YUV | 114.94 | 181.09 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 209 | 0 | 0.85 | 0.11 | 0.07 | 308.06 | 0.84 | 0.53 |
| Hex | EC | 23 | D1 | 0 | 55 | B | 7 | 134 | 54 | 35 |
| Octal | 354 | 43 | 321 | 0 | 125 | 13 | 7 | 464 | 124 | 65 |
| Binary | 11101100 | 100011 | 11010001 | 0 | 1010101 | 1011 | 111 | 100110100 | 1010100 | 110101 |
Color Harmonies of #EC23D1
Complementary color
Monochromatic Colors of #EC23D1
Black with #EC23D1
Text Example
Text Example
White with #EC23D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC23D1; }
p { color: rgb(236,35,209); }
H1.HeaderClassName
{
color: #EC23D1;
}
.AnyTagClassName
{
color: #EC23D1;
}
</style>
background-color css
<style>
a { background-color: #EC23D1; }
a { background-color: rgb(236,35,209); }
div.DivClassName
{
background-color: #EC23D1;
}
.BgClassName
{
background-color: #EC23D1;
}
</style>
border-color css
<style>
span { border-color: #EC23D1; }
span { border-color: rgb(236,35,209); }
td.TdClassName
{
border-color: #EC23D1;
}
.TagClassName
{
border-color: #EC23D1;
}
</style>