Shades of Razzle Dazzle Rose #EB42C5
Tints of Razzle Dazzle Rose #EB42C5
RGB
CMYK
RGB Variations
Color information
#EB42C5 (or 0xEB42C5) is known color: Razzle Dazzle Rose. HEX triplet: EB, 42 and C5. RGB value is (235,66,197). Sum of RGB (Red+Green+Blue) = 235+66+197=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EB42C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB42C5 is #14BD3A. Grayscale: #838383. Windows color (decimal): -1359163 or 12927723. OLE color: 12927723.
HSL color Cylindrical-coordinate representation of color #EB42C5: hue angle of 313.49º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB42C5 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 66 | 197 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.08 |
| HSL | 313.49º | 0.81% | 0.59% | - |
| HSV(B) | 313.49º | 0.72% | 0.92% | - |
| XYZ | 46.29 | 25.59 | 55.32 | - |
| YUV | 131.47 | 164.99 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 66 | 197 | 0 | 0.72 | 0.16 | 0.08 | 313.49 | 0.81 | 0.59 |
| Hex | EB | 42 | C5 | 0 | 48 | 10 | 8 | 139 | 51 | 3B |
| Octal | 353 | 102 | 305 | 0 | 110 | 20 | 10 | 471 | 121 | 73 |
| Binary | 11101011 | 1000010 | 11000101 | 0 | 1001000 | 10000 | 1000 | 100111001 | 1010001 | 111011 |
Color Harmonies of #EB42C5
Complementary color
Monochromatic Colors of #EB42C5
Black with #EB42C5
Text Example
Text Example
White with #EB42C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB42C5; }
p { color: rgb(235,66,197); }
H1.HeaderClassName
{
color: #EB42C5;
}
.AnyTagClassName
{
color: #EB42C5;
}
</style>
background-color css
<style>
a { background-color: #EB42C5; }
a { background-color: rgb(235,66,197); }
div.DivClassName
{
background-color: #EB42C5;
}
.BgClassName
{
background-color: #EB42C5;
}
</style>
border-color css
<style>
span { border-color: #EB42C5; }
span { border-color: rgb(235,66,197); }
td.TdClassName
{
border-color: #EB42C5;
}
.TagClassName
{
border-color: #EB42C5;
}
</style>