Shades of Razzle Dazzle Rose #E427CB
Tints of Razzle Dazzle Rose #E427CB
RGB
CMYK
RGB Variations
Color information
#E427CB (or 0xE427CB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 27 and CB. RGB value is (228,39,203). Sum of RGB (Red+Green+Blue) = 228+39+203=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 39 (15.62% from 255 or 8.30% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E427CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E427CB is #1BD834. Grayscale: #717171. Windows color (decimal): -1824821 or 13314020. OLE color: 13314020.
HSL color Cylindrical-coordinate representation of color #E427CB: hue angle of 307.94º 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 #E427CB is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 39 | 203 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.11 |
| HSL | 307.94º | 0.78% | 0.52% | - |
| HSV(B) | 307.94º | 0.83% | 0.89% | - |
| XYZ | 43.5 | 22.26 | 58.5 | - |
| YUV | 114.21 | 178.12 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 39 | 203 | 0 | 0.83 | 0.11 | 0.11 | 307.94 | 0.78 | 0.52 |
| Hex | E4 | 27 | CB | 0 | 53 | B | B | 134 | 4E | 34 |
| Octal | 344 | 47 | 313 | 0 | 123 | 13 | 13 | 464 | 116 | 64 |
| Binary | 11100100 | 100111 | 11001011 | 0 | 1010011 | 1011 | 1011 | 100110100 | 1001110 | 110100 |
Color Harmonies of #E427CB
Complementary color
Monochromatic Colors of #E427CB
Black with #E427CB
Text Example
Text Example
White with #E427CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E427CB; }
p { color: rgb(228,39,203); }
H1.HeaderClassName
{
color: #E427CB;
}
.AnyTagClassName
{
color: #E427CB;
}
</style>
background-color css
<style>
a { background-color: #E427CB; }
a { background-color: rgb(228,39,203); }
div.DivClassName
{
background-color: #E427CB;
}
.BgClassName
{
background-color: #E427CB;
}
</style>
border-color css
<style>
span { border-color: #E427CB; }
span { border-color: rgb(228,39,203); }
td.TdClassName
{
border-color: #E427CB;
}
.TagClassName
{
border-color: #E427CB;
}
</style>