Shades of Razzle Dazzle Rose #E425CF
Tints of Razzle Dazzle Rose #E425CF
RGB
CMYK
RGB Variations
Color information
#E425CF (or 0xE425CF) is known color: Razzle Dazzle Rose. HEX triplet: E4, 25 and CF. RGB value is (228,37,207). Sum of RGB (Red+Green+Blue) = 228+37+207=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E425CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E425CF is #1BDA30. Grayscale: #707070. Windows color (decimal): -1825329 or 13575652. OLE color: 13575652.
HSL color Cylindrical-coordinate representation of color #E425CF: hue angle of 306.6º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E425CF is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 37 | 207 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.11 |
| HSL | 306.6º | 0.78% | 0.52% | - |
| HSV(B) | 306.6º | 0.84% | 0.89% | - |
| XYZ | 43.92 | 22.32 | 61.03 | - |
| YUV | 113.49 | 180.78 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 37 | 207 | 0 | 0.84 | 0.09 | 0.11 | 306.6 | 0.78 | 0.52 |
| Hex | E4 | 25 | CF | 0 | 54 | 9 | B | 133 | 4E | 34 |
| Octal | 344 | 45 | 317 | 0 | 124 | 11 | 13 | 463 | 116 | 64 |
| Binary | 11100100 | 100101 | 11001111 | 0 | 1010100 | 1001 | 1011 | 100110011 | 1001110 | 110100 |
Color Harmonies of #E425CF
Complementary color
Monochromatic Colors of #E425CF
Black with #E425CF
Text Example
Text Example
White with #E425CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E425CF; }
p { color: rgb(228,37,207); }
H1.HeaderClassName
{
color: #E425CF;
}
.AnyTagClassName
{
color: #E425CF;
}
</style>
background-color css
<style>
a { background-color: #E425CF; }
a { background-color: rgb(228,37,207); }
div.DivClassName
{
background-color: #E425CF;
}
.BgClassName
{
background-color: #E425CF;
}
</style>
border-color css
<style>
span { border-color: #E425CF; }
span { border-color: rgb(228,37,207); }
td.TdClassName
{
border-color: #E425CF;
}
.TagClassName
{
border-color: #E425CF;
}
</style>