Shades of Razzle Dazzle Rose #E42ACF
Tints of Razzle Dazzle Rose #E42ACF
RGB
CMYK
RGB Variations
Color information
#E42ACF (or 0xE42ACF) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2A and CF. RGB value is (228,42,207). Sum of RGB (Red+Green+Blue) = 228+42+207=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 42 (16.80% from 255 or 8.81% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E42ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42ACF is #1BD530. Grayscale: #737373. Windows color (decimal): -1824049 or 13576932. OLE color: 13576932.
HSL color Cylindrical-coordinate representation of color #E42ACF: hue angle of 306.77º 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 #E42ACF is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 42 | 207 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.11 |
| HSL | 306.77º | 0.78% | 0.53% | - |
| HSV(B) | 306.77º | 0.82% | 0.89% | - |
| XYZ | 44.09 | 22.65 | 61.08 | - |
| YUV | 116.42 | 179.12 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 42 | 207 | 0 | 0.82 | 0.09 | 0.11 | 306.77 | 0.78 | 0.53 |
| Hex | E4 | 2A | CF | 0 | 52 | 9 | B | 133 | 4E | 35 |
| Octal | 344 | 52 | 317 | 0 | 122 | 11 | 13 | 463 | 116 | 65 |
| Binary | 11100100 | 101010 | 11001111 | 0 | 1010010 | 1001 | 1011 | 100110011 | 1001110 | 110101 |
Color Harmonies of #E42ACF
Complementary color
Monochromatic Colors of #E42ACF
Black with #E42ACF
Text Example
Text Example
White with #E42ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42ACF; }
p { color: rgb(228,42,207); }
H1.HeaderClassName
{
color: #E42ACF;
}
.AnyTagClassName
{
color: #E42ACF;
}
</style>
background-color css
<style>
a { background-color: #E42ACF; }
a { background-color: rgb(228,42,207); }
div.DivClassName
{
background-color: #E42ACF;
}
.BgClassName
{
background-color: #E42ACF;
}
</style>
border-color css
<style>
span { border-color: #E42ACF; }
span { border-color: rgb(228,42,207); }
td.TdClassName
{
border-color: #E42ACF;
}
.TagClassName
{
border-color: #E42ACF;
}
</style>