Shades of Razzle Dazzle Rose #E434CF
Tints of Razzle Dazzle Rose #E434CF
RGB
CMYK
RGB Variations
Color information
#E434CF (or 0xE434CF) is known color: Razzle Dazzle Rose. HEX triplet: E4, 34 and CF. RGB value is (228,52,207). Sum of RGB (Red+Green+Blue) = 228+52+207=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 52 (20.70% from 255 or 10.68% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 228 - color contains mainly: red. Hex color #E434CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E434CF is #1BCB30. Grayscale: #797979. Windows color (decimal): -1821489 or 13579492. OLE color: 13579492.
HSL color Cylindrical-coordinate representation of color #E434CF: hue angle of 307.16º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E434CF is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 52 | 207 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.11 |
| HSL | 307.16º | 0.77% | 0.55% | - |
| HSV(B) | 307.16º | 0.77% | 0.89% | - |
| XYZ | 44.49 | 23.45 | 61.21 | - |
| YUV | 122.29 | 175.81 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 52 | 207 | 0 | 0.77 | 0.09 | 0.11 | 307.16 | 0.77 | 0.55 |
| Hex | E4 | 34 | CF | 0 | 4D | 9 | B | 133 | 4D | 37 |
| Octal | 344 | 64 | 317 | 0 | 115 | 11 | 13 | 463 | 115 | 67 |
| Binary | 11100100 | 110100 | 11001111 | 0 | 1001101 | 1001 | 1011 | 100110011 | 1001101 | 110111 |
Color Harmonies of #E434CF
Complementary color
Monochromatic Colors of #E434CF
Black with #E434CF
Text Example
Text Example
White with #E434CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E434CF; }
p { color: rgb(228,52,207); }
H1.HeaderClassName
{
color: #E434CF;
}
.AnyTagClassName
{
color: #E434CF;
}
</style>
background-color css
<style>
a { background-color: #E434CF; }
a { background-color: rgb(228,52,207); }
div.DivClassName
{
background-color: #E434CF;
}
.BgClassName
{
background-color: #E434CF;
}
</style>
border-color css
<style>
span { border-color: #E434CF; }
span { border-color: rgb(228,52,207); }
td.TdClassName
{
border-color: #E434CF;
}
.TagClassName
{
border-color: #E434CF;
}
</style>