Shades of Razzle Dazzle Rose #E323CF
Tints of Razzle Dazzle Rose #E323CF
RGB
CMYK
RGB Variations
Color information
#E323CF (or 0xE323CF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 23 and CF. RGB value is (227,35,207). Sum of RGB (Red+Green+Blue) = 227+35+207=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 35 (14.06% from 255 or 7.46% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E323CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E323CF is #1CDC30. Grayscale: #6F6F6F. Windows color (decimal): -1891377 or 13575139. OLE color: 13575139.
HSL color Cylindrical-coordinate representation of color #E323CF: hue angle of 306.25º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E323CF is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 35 | 207 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.11 |
| HSL | 306.25º | 0.77% | 0.51% | - |
| HSV(B) | 306.25º | 0.85% | 0.89% | - |
| XYZ | 43.54 | 22.04 | 60.99 | - |
| YUV | 112.02 | 181.61 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 35 | 207 | 0 | 0.85 | 0.09 | 0.11 | 306.25 | 0.77 | 0.51 |
| Hex | E3 | 23 | CF | 0 | 55 | 9 | B | 132 | 4D | 33 |
| Octal | 343 | 43 | 317 | 0 | 125 | 11 | 13 | 462 | 115 | 63 |
| Binary | 11100011 | 100011 | 11001111 | 0 | 1010101 | 1001 | 1011 | 100110010 | 1001101 | 110011 |
Color Harmonies of #E323CF
Complementary color
Monochromatic Colors of #E323CF
Black with #E323CF
Text Example
Text Example
White with #E323CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E323CF; }
p { color: rgb(227,35,207); }
H1.HeaderClassName
{
color: #E323CF;
}
.AnyTagClassName
{
color: #E323CF;
}
</style>
background-color css
<style>
a { background-color: #E323CF; }
a { background-color: rgb(227,35,207); }
div.DivClassName
{
background-color: #E323CF;
}
.BgClassName
{
background-color: #E323CF;
}
</style>
border-color css
<style>
span { border-color: #E323CF; }
span { border-color: rgb(227,35,207); }
td.TdClassName
{
border-color: #E323CF;
}
.TagClassName
{
border-color: #E323CF;
}
</style>