Shades of Razzle Dazzle Rose #EB24C2
Tints of Razzle Dazzle Rose #EB24C2
RGB
CMYK
RGB Variations
Color information
#EB24C2 (or 0xEB24C2) is known color: Razzle Dazzle Rose. HEX triplet: EB, 24 and C2. RGB value is (235,36,194). Sum of RGB (Red+Green+Blue) = 235+36+194=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB24C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB24C2 is #14DB3D. Grayscale: #717171. Windows color (decimal): -1366846 or 12723435. OLE color: 12723435.
HSL color Cylindrical-coordinate representation of color #EB24C2: hue angle of 312.36º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB24C2 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 36 | 194 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.08 |
| HSL | 312.36º | 0.83% | 0.53% | - |
| HSV(B) | 312.36º | 0.85% | 0.92% | - |
| XYZ | 44.63 | 22.82 | 53.09 | - |
| YUV | 113.51 | 173.43 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 36 | 194 | 0 | 0.85 | 0.17 | 0.08 | 312.36 | 0.83 | 0.53 |
| Hex | EB | 24 | C2 | 0 | 55 | 11 | 8 | 138 | 53 | 35 |
| Octal | 353 | 44 | 302 | 0 | 125 | 21 | 10 | 470 | 123 | 65 |
| Binary | 11101011 | 100100 | 11000010 | 0 | 1010101 | 10001 | 1000 | 100111000 | 1010011 | 110101 |
Color Harmonies of #EB24C2
Complementary color
Monochromatic Colors of #EB24C2
Black with #EB24C2
Text Example
Text Example
White with #EB24C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB24C2; }
p { color: rgb(235,36,194); }
H1.HeaderClassName
{
color: #EB24C2;
}
.AnyTagClassName
{
color: #EB24C2;
}
</style>
background-color css
<style>
a { background-color: #EB24C2; }
a { background-color: rgb(235,36,194); }
div.DivClassName
{
background-color: #EB24C2;
}
.BgClassName
{
background-color: #EB24C2;
}
</style>
border-color css
<style>
span { border-color: #EB24C2; }
span { border-color: rgb(235,36,194); }
td.TdClassName
{
border-color: #EB24C2;
}
.TagClassName
{
border-color: #EB24C2;
}
</style>