Shades of Razzle Dazzle Rose #E538CF
Tints of Razzle Dazzle Rose #E538CF
RGB
CMYK
RGB Variations
Color information
#E538CF (or 0xE538CF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 38 and CF. RGB value is (229,56,207). Sum of RGB (Red+Green+Blue) = 229+56+207=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 56 (22.27% from 255 or 11.38% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E538CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E538CF is #1AC730. Grayscale: #7C7C7C. Windows color (decimal): -1754929 or 13580517. OLE color: 13580517.
HSL color Cylindrical-coordinate representation of color #E538CF: hue angle of 307.63º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E538CF is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 207 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.10 |
| HSL | 307.63º | 0.77% | 0.56% | - |
| HSV(B) | 307.63º | 0.76% | 0.9% | - |
| XYZ | 44.99 | 23.99 | 61.29 | - |
| YUV | 124.94 | 174.31 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 207 | 0 | 0.76 | 0.10 | 0.10 | 307.63 | 0.77 | 0.56 |
| Hex | E5 | 38 | CF | 0 | 4C | A | A | 134 | 4D | 38 |
| Octal | 345 | 70 | 317 | 0 | 114 | 12 | 12 | 464 | 115 | 70 |
| Binary | 11100101 | 111000 | 11001111 | 0 | 1001100 | 1010 | 1010 | 100110100 | 1001101 | 111000 |
Color Harmonies of #E538CF
Complementary color
Monochromatic Colors of #E538CF
Black with #E538CF
Text Example
Text Example
White with #E538CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E538CF; }
p { color: rgb(229,56,207); }
H1.HeaderClassName
{
color: #E538CF;
}
.AnyTagClassName
{
color: #E538CF;
}
</style>
background-color css
<style>
a { background-color: #E538CF; }
a { background-color: rgb(229,56,207); }
div.DivClassName
{
background-color: #E538CF;
}
.BgClassName
{
background-color: #E538CF;
}
</style>
border-color css
<style>
span { border-color: #E538CF; }
span { border-color: rgb(229,56,207); }
td.TdClassName
{
border-color: #E538CF;
}
.TagClassName
{
border-color: #E538CF;
}
</style>