Shades of Razzle Dazzle Rose #E423CD
Tints of Razzle Dazzle Rose #E423CD
RGB
CMYK
RGB Variations
Color information
#E423CD (or 0xE423CD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 23 and CD. RGB value is (228,35,205). Sum of RGB (Red+Green+Blue) = 228+35+205=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E423CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E423CD is #1BDC32. Grayscale: #6F6F6F. Windows color (decimal): -1825843 or 13444068. OLE color: 13444068.
HSL color Cylindrical-coordinate representation of color #E423CD: hue angle of 307.15º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E423CD is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 35 | 205 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.11 |
| HSL | 307.15º | 0.78% | 0.52% | - |
| HSV(B) | 307.15º | 0.85% | 0.89% | - |
| XYZ | 43.62 | 22.1 | 59.73 | - |
| YUV | 112.09 | 180.44 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 35 | 205 | 0 | 0.85 | 0.10 | 0.11 | 307.15 | 0.78 | 0.52 |
| Hex | E4 | 23 | CD | 0 | 55 | A | B | 133 | 4E | 34 |
| Octal | 344 | 43 | 315 | 0 | 125 | 12 | 13 | 463 | 116 | 64 |
| Binary | 11100100 | 100011 | 11001101 | 0 | 1010101 | 1010 | 1011 | 100110011 | 1001110 | 110100 |
Color Harmonies of #E423CD
Complementary color
Monochromatic Colors of #E423CD
Black with #E423CD
Text Example
Text Example
White with #E423CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E423CD; }
p { color: rgb(228,35,205); }
H1.HeaderClassName
{
color: #E423CD;
}
.AnyTagClassName
{
color: #E423CD;
}
</style>
background-color css
<style>
a { background-color: #E423CD; }
a { background-color: rgb(228,35,205); }
div.DivClassName
{
background-color: #E423CD;
}
.BgClassName
{
background-color: #E423CD;
}
</style>
border-color css
<style>
span { border-color: #E423CD; }
span { border-color: rgb(228,35,205); }
td.TdClassName
{
border-color: #E423CD;
}
.TagClassName
{
border-color: #E423CD;
}
</style>