Shades of Razzle Dazzle Rose #E620CF
Tints of Razzle Dazzle Rose #E620CF
RGB
CMYK
RGB Variations
Color information
#E620CF (or 0xE620CF) is known color: Razzle Dazzle Rose. HEX triplet: E6, 20 and CF. RGB value is (230,32,207). Sum of RGB (Red+Green+Blue) = 230+32+207=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E620CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E620CF is #19DF30. Grayscale: #6E6E6E. Windows color (decimal): -1695537 or 13574374. OLE color: 13574374.
HSL color Cylindrical-coordinate representation of color #E620CF: hue angle of 306.97º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E620CF is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 207 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.10 |
| HSL | 306.97º | 0.8% | 0.51% | - |
| HSV(B) | 306.97º | 0.86% | 0.9% | - |
| XYZ | 44.41 | 22.36 | 61.01 | - |
| YUV | 111.15 | 182.1 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 207 | 0 | 0.86 | 0.10 | 0.10 | 306.97 | 0.8 | 0.51 |
| Hex | E6 | 20 | CF | 0 | 56 | A | A | 133 | 50 | 33 |
| Octal | 346 | 40 | 317 | 0 | 126 | 12 | 12 | 463 | 120 | 63 |
| Binary | 11100110 | 100000 | 11001111 | 0 | 1010110 | 1010 | 1010 | 100110011 | 1010000 | 110011 |
Color Harmonies of #E620CF
Complementary color
Monochromatic Colors of #E620CF
Black with #E620CF
Text Example
Text Example
White with #E620CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620CF; }
p { color: rgb(230,32,207); }
H1.HeaderClassName
{
color: #E620CF;
}
.AnyTagClassName
{
color: #E620CF;
}
</style>
background-color css
<style>
a { background-color: #E620CF; }
a { background-color: rgb(230,32,207); }
div.DivClassName
{
background-color: #E620CF;
}
.BgClassName
{
background-color: #E620CF;
}
</style>
border-color css
<style>
span { border-color: #E620CF; }
span { border-color: rgb(230,32,207); }
td.TdClassName
{
border-color: #E620CF;
}
.TagClassName
{
border-color: #E620CF;
}
</style>