Shades of Razzle Dazzle Rose #E430EB
Tints of Razzle Dazzle Rose #E430EB
RGB
CMYK
RGB Variations
Color information
#E430EB (or 0xE430EB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 30 and EB. RGB value is (228,48,235). Sum of RGB (Red+Green+Blue) = 228+48+235=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 48 (19.14% from 255 or 9.39% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #E430EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E430EB is #1BCF14. Grayscale: #7A7A7A. Windows color (decimal): -1822485 or 15413476. OLE color: 15413476.
HSL color Cylindrical-coordinate representation of color #E430EB: hue angle of 297.75º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E430EB is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 48 | 235 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.08 |
| HSL | 297.75º | 0.82% | 0.55% | - |
| HSV(B) | 297.75º | 0.8% | 0.92% | - |
| XYZ | 48.05 | 24.61 | 80.81 | - |
| YUV | 123.14 | 191.13 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 48 | 235 | 0.03 | 0.80 | 0 | 0.08 | 297.75 | 0.82 | 0.55 |
| Hex | E4 | 30 | EB | 3 | 50 | 0 | 8 | 12A | 52 | 37 |
| Octal | 344 | 60 | 353 | 3 | 120 | 0 | 10 | 452 | 122 | 67 |
| Binary | 11100100 | 110000 | 11101011 | 11 | 1010000 | 0 | 1000 | 100101010 | 1010010 | 110111 |
Color Harmonies of #E430EB
Complementary color
Monochromatic Colors of #E430EB
Black with #E430EB
Text Example
Text Example
White with #E430EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E430EB; }
p { color: rgb(228,48,235); }
H1.HeaderClassName
{
color: #E430EB;
}
.AnyTagClassName
{
color: #E430EB;
}
</style>
background-color css
<style>
a { background-color: #E430EB; }
a { background-color: rgb(228,48,235); }
div.DivClassName
{
background-color: #E430EB;
}
.BgClassName
{
background-color: #E430EB;
}
</style>
border-color css
<style>
span { border-color: #E430EB; }
span { border-color: rgb(228,48,235); }
td.TdClassName
{
border-color: #E430EB;
}
.TagClassName
{
border-color: #E430EB;
}
</style>