Shades of Razzle Dazzle Rose #E428CF
Tints of Razzle Dazzle Rose #E428CF
RGB
CMYK
RGB Variations
Color information
#E428CF (or 0xE428CF) is known color: Razzle Dazzle Rose. HEX triplet: E4, 28 and CF. RGB value is (228,40,207). Sum of RGB (Red+Green+Blue) = 228+40+207=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E428CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E428CF is #1BD730. Grayscale: #727272. Windows color (decimal): -1824561 or 13576420. OLE color: 13576420.
HSL color Cylindrical-coordinate representation of color #E428CF: hue angle of 306.7º degrees, saturation: 0.78, 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 #E428CF is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 207 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.11 |
| HSL | 306.7º | 0.78% | 0.53% | - |
| HSV(B) | 306.7º | 0.82% | 0.89% | - |
| XYZ | 44.02 | 22.52 | 61.06 | - |
| YUV | 115.25 | 179.78 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 207 | 0 | 0.82 | 0.09 | 0.11 | 306.7 | 0.78 | 0.53 |
| Hex | E4 | 28 | CF | 0 | 52 | 9 | B | 133 | 4E | 35 |
| Octal | 344 | 50 | 317 | 0 | 122 | 11 | 13 | 463 | 116 | 65 |
| Binary | 11100100 | 101000 | 11001111 | 0 | 1010010 | 1001 | 1011 | 100110011 | 1001110 | 110101 |
Color Harmonies of #E428CF
Complementary color
Monochromatic Colors of #E428CF
Black with #E428CF
Text Example
Text Example
White with #E428CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E428CF; }
p { color: rgb(228,40,207); }
H1.HeaderClassName
{
color: #E428CF;
}
.AnyTagClassName
{
color: #E428CF;
}
</style>
background-color css
<style>
a { background-color: #E428CF; }
a { background-color: rgb(228,40,207); }
div.DivClassName
{
background-color: #E428CF;
}
.BgClassName
{
background-color: #E428CF;
}
</style>
border-color css
<style>
span { border-color: #E428CF; }
span { border-color: rgb(228,40,207); }
td.TdClassName
{
border-color: #E428CF;
}
.TagClassName
{
border-color: #E428CF;
}
</style>