Shades of Razzle Dazzle Rose #E423CF
Tints of Razzle Dazzle Rose #E423CF
RGB
CMYK
RGB Variations
Color information
#E423CF (or 0xE423CF) is known color: Razzle Dazzle Rose. HEX triplet: E4, 23 and CF. RGB value is (228,35,207). Sum of RGB (Red+Green+Blue) = 228+35+207=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 35 (14.06% from 255 or 7.45% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E423CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E423CF is #1BDC30. Grayscale: #6F6F6F. Windows color (decimal): -1825841 or 13575140. OLE color: 13575140.
HSL color Cylindrical-coordinate representation of color #E423CF: hue angle of 306.53º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E423CF is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 35 | 207 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.11 |
| HSL | 306.53º | 0.78% | 0.52% | - |
| HSV(B) | 306.53º | 0.85% | 0.89% | - |
| XYZ | 43.86 | 22.2 | 61.01 | - |
| YUV | 112.32 | 181.44 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 35 | 207 | 0 | 0.85 | 0.09 | 0.11 | 306.53 | 0.78 | 0.52 |
| Hex | E4 | 23 | CF | 0 | 55 | 9 | B | 133 | 4E | 34 |
| Octal | 344 | 43 | 317 | 0 | 125 | 11 | 13 | 463 | 116 | 64 |
| Binary | 11100100 | 100011 | 11001111 | 0 | 1010101 | 1001 | 1011 | 100110011 | 1001110 | 110100 |
Color Harmonies of #E423CF
Complementary color
Monochromatic Colors of #E423CF
Black with #E423CF
Text Example
Text Example
White with #E423CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E423CF; }
p { color: rgb(228,35,207); }
H1.HeaderClassName
{
color: #E423CF;
}
.AnyTagClassName
{
color: #E423CF;
}
</style>
background-color css
<style>
a { background-color: #E423CF; }
a { background-color: rgb(228,35,207); }
div.DivClassName
{
background-color: #E423CF;
}
.BgClassName
{
background-color: #E423CF;
}
</style>
border-color css
<style>
span { border-color: #E423CF; }
span { border-color: rgb(228,35,207); }
td.TdClassName
{
border-color: #E423CF;
}
.TagClassName
{
border-color: #E423CF;
}
</style>