Shades of Razzle Dazzle Rose #E426CF
Tints of Razzle Dazzle Rose #E426CF
RGB
CMYK
RGB Variations
Color information
#E426CF (or 0xE426CF) is known color: Razzle Dazzle Rose. HEX triplet: E4, 26 and CF. RGB value is (228,38,207). Sum of RGB (Red+Green+Blue) = 228+38+207=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E426CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E426CF is #1BD930. Grayscale: #717171. Windows color (decimal): -1825073 or 13575908. OLE color: 13575908.
HSL color Cylindrical-coordinate representation of color #E426CF: hue angle of 306.63º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E426CF is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 38 | 207 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.11 |
| HSL | 306.63º | 0.78% | 0.52% | - |
| HSV(B) | 306.63º | 0.83% | 0.89% | - |
| XYZ | 43.95 | 22.39 | 61.04 | - |
| YUV | 114.08 | 180.45 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 38 | 207 | 0 | 0.83 | 0.09 | 0.11 | 306.63 | 0.78 | 0.52 |
| Hex | E4 | 26 | CF | 0 | 53 | 9 | B | 133 | 4E | 34 |
| Octal | 344 | 46 | 317 | 0 | 123 | 11 | 13 | 463 | 116 | 64 |
| Binary | 11100100 | 100110 | 11001111 | 0 | 1010011 | 1001 | 1011 | 100110011 | 1001110 | 110100 |
Color Harmonies of #E426CF
Complementary color
Monochromatic Colors of #E426CF
Black with #E426CF
Text Example
Text Example
White with #E426CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E426CF; }
p { color: rgb(228,38,207); }
H1.HeaderClassName
{
color: #E426CF;
}
.AnyTagClassName
{
color: #E426CF;
}
</style>
background-color css
<style>
a { background-color: #E426CF; }
a { background-color: rgb(228,38,207); }
div.DivClassName
{
background-color: #E426CF;
}
.BgClassName
{
background-color: #E426CF;
}
</style>
border-color css
<style>
span { border-color: #E426CF; }
span { border-color: rgb(228,38,207); }
td.TdClassName
{
border-color: #E426CF;
}
.TagClassName
{
border-color: #E426CF;
}
</style>