Shades of Razzle Dazzle Rose #E028CF
Tints of Razzle Dazzle Rose #E028CF
RGB
CMYK
RGB Variations
Color information
#E028CF (or 0xE028CF) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and CF. RGB value is (224,40,207). Sum of RGB (Red+Green+Blue) = 224+40+207=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E028CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028CF is #1FD730. Grayscale: #717171. Windows color (decimal): -2086705 or 13576416. OLE color: 13576416.
HSL color Cylindrical-coordinate representation of color #E028CF: hue angle of 305.54º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E028CF is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 207 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.12 |
| HSL | 305.54º | 0.75% | 0.52% | - |
| HSV(B) | 305.54º | 0.82% | 0.88% | - |
| XYZ | 42.76 | 21.87 | 61 | - |
| YUV | 114.05 | 180.46 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 207 | 0 | 0.82 | 0.08 | 0.12 | 305.54 | 0.75 | 0.52 |
| Hex | E0 | 28 | CF | 0 | 52 | 8 | C | 132 | 4B | 34 |
| Octal | 340 | 50 | 317 | 0 | 122 | 10 | 14 | 462 | 113 | 64 |
| Binary | 11100000 | 101000 | 11001111 | 0 | 1010010 | 1000 | 1100 | 100110010 | 1001011 | 110100 |
Color Harmonies of #E028CF
Complementary color
Monochromatic Colors of #E028CF
Black with #E028CF
Text Example
Text Example
White with #E028CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028CF; }
p { color: rgb(224,40,207); }
H1.HeaderClassName
{
color: #E028CF;
}
.AnyTagClassName
{
color: #E028CF;
}
</style>
background-color css
<style>
a { background-color: #E028CF; }
a { background-color: rgb(224,40,207); }
div.DivClassName
{
background-color: #E028CF;
}
.BgClassName
{
background-color: #E028CF;
}
</style>
border-color css
<style>
span { border-color: #E028CF; }
span { border-color: rgb(224,40,207); }
td.TdClassName
{
border-color: #E028CF;
}
.TagClassName
{
border-color: #E028CF;
}
</style>