Shades of Razzle Dazzle Rose #E42CEB
Tints of Razzle Dazzle Rose #E42CEB
RGB
CMYK
RGB Variations
Color information
#E42CEB (or 0xE42CEB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2C and EB. RGB value is (228,44,235). Sum of RGB (Red+Green+Blue) = 228+44+235=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 44 (17.58% from 255 or 8.68% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #E42CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42CEB is #1BD314. Grayscale: #787878. Windows color (decimal): -1823509 or 15412452. OLE color: 15412452.
HSL color Cylindrical-coordinate representation of color #E42CEB: hue angle of 297.8º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42CEB is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 44 | 235 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.08 |
| HSL | 297.8º | 0.83% | 0.55% | - |
| HSV(B) | 297.8º | 0.81% | 0.92% | - |
| XYZ | 47.89 | 24.29 | 80.76 | - |
| YUV | 120.79 | 192.46 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 235 | 0.03 | 0.81 | 0 | 0.08 | 297.8 | 0.83 | 0.55 |
| Hex | E4 | 2C | EB | 3 | 51 | 0 | 8 | 12A | 53 | 37 |
| Octal | 344 | 54 | 353 | 3 | 121 | 0 | 10 | 452 | 123 | 67 |
| Binary | 11100100 | 101100 | 11101011 | 11 | 1010001 | 0 | 1000 | 100101010 | 1010011 | 110111 |
Color Harmonies of #E42CEB
Complementary color
Monochromatic Colors of #E42CEB
Black with #E42CEB
Text Example
Text Example
White with #E42CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42CEB; }
p { color: rgb(228,44,235); }
H1.HeaderClassName
{
color: #E42CEB;
}
.AnyTagClassName
{
color: #E42CEB;
}
</style>
background-color css
<style>
a { background-color: #E42CEB; }
a { background-color: rgb(228,44,235); }
div.DivClassName
{
background-color: #E42CEB;
}
.BgClassName
{
background-color: #E42CEB;
}
</style>
border-color css
<style>
span { border-color: #E42CEB; }
span { border-color: rgb(228,44,235); }
td.TdClassName
{
border-color: #E42CEB;
}
.TagClassName
{
border-color: #E42CEB;
}
</style>