Shades of Razzle Dazzle Rose #E42ACB
Tints of Razzle Dazzle Rose #E42ACB
RGB
CMYK
RGB Variations
Color information
#E42ACB (or 0xE42ACB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2A and CB. RGB value is (228,42,203). Sum of RGB (Red+Green+Blue) = 228+42+203=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E42ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42ACB is #1BD534. Grayscale: #737373. Windows color (decimal): -1824053 or 13314788. OLE color: 13314788.
HSL color Cylindrical-coordinate representation of color #E42ACB: hue angle of 308.06º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42ACB is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 42 | 203 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.11 |
| HSL | 308.06º | 0.78% | 0.53% | - |
| HSV(B) | 308.06º | 0.82% | 0.89% | - |
| XYZ | 43.6 | 22.46 | 58.54 | - |
| YUV | 115.97 | 177.12 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 42 | 203 | 0 | 0.82 | 0.11 | 0.11 | 308.06 | 0.78 | 0.53 |
| Hex | E4 | 2A | CB | 0 | 52 | B | B | 134 | 4E | 35 |
| Octal | 344 | 52 | 313 | 0 | 122 | 13 | 13 | 464 | 116 | 65 |
| Binary | 11100100 | 101010 | 11001011 | 0 | 1010010 | 1011 | 1011 | 100110100 | 1001110 | 110101 |
Color Harmonies of #E42ACB
Complementary color
Monochromatic Colors of #E42ACB
Black with #E42ACB
Text Example
Text Example
White with #E42ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42ACB; }
p { color: rgb(228,42,203); }
H1.HeaderClassName
{
color: #E42ACB;
}
.AnyTagClassName
{
color: #E42ACB;
}
</style>
background-color css
<style>
a { background-color: #E42ACB; }
a { background-color: rgb(228,42,203); }
div.DivClassName
{
background-color: #E42ACB;
}
.BgClassName
{
background-color: #E42ACB;
}
</style>
border-color css
<style>
span { border-color: #E42ACB; }
span { border-color: rgb(228,42,203); }
td.TdClassName
{
border-color: #E42ACB;
}
.TagClassName
{
border-color: #E42ACB;
}
</style>