Shades of Razzle Dazzle Rose #E424CB
Tints of Razzle Dazzle Rose #E424CB
RGB
CMYK
RGB Variations
Color information
#E424CB (or 0xE424CB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 24 and CB. RGB value is (228,36,203). Sum of RGB (Red+Green+Blue) = 228+36+203=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E424CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E424CB is #1BDB34. Grayscale: #6F6F6F. Windows color (decimal): -1825589 or 13313252. OLE color: 13313252.
HSL color Cylindrical-coordinate representation of color #E424CB: hue angle of 307.81º 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 #E424CB is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 203 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.11 |
| HSL | 307.81º | 0.78% | 0.52% | - |
| HSV(B) | 307.81º | 0.84% | 0.89% | - |
| XYZ | 43.41 | 22.07 | 58.47 | - |
| YUV | 112.45 | 179.11 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 203 | 0 | 0.84 | 0.11 | 0.11 | 307.81 | 0.78 | 0.52 |
| Hex | E4 | 24 | CB | 0 | 54 | B | B | 134 | 4E | 34 |
| Octal | 344 | 44 | 313 | 0 | 124 | 13 | 13 | 464 | 116 | 64 |
| Binary | 11100100 | 100100 | 11001011 | 0 | 1010100 | 1011 | 1011 | 100110100 | 1001110 | 110100 |
Color Harmonies of #E424CB
Complementary color
Monochromatic Colors of #E424CB
Black with #E424CB
Text Example
Text Example
White with #E424CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E424CB; }
p { color: rgb(228,36,203); }
H1.HeaderClassName
{
color: #E424CB;
}
.AnyTagClassName
{
color: #E424CB;
}
</style>
background-color css
<style>
a { background-color: #E424CB; }
a { background-color: rgb(228,36,203); }
div.DivClassName
{
background-color: #E424CB;
}
.BgClassName
{
background-color: #E424CB;
}
</style>
border-color css
<style>
span { border-color: #E424CB; }
span { border-color: rgb(228,36,203); }
td.TdClassName
{
border-color: #E424CB;
}
.TagClassName
{
border-color: #E424CB;
}
</style>