Shades of Razzle Dazzle Rose #E230E6
Tints of Razzle Dazzle Rose #E230E6
RGB
CMYK
RGB Variations
Color information
#E230E6 (or 0xE230E6) is known color: Razzle Dazzle Rose. HEX triplet: E2, 30 and E6. RGB value is (226,48,230). Sum of RGB (Red+Green+Blue) = 226+48+230=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #E230E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E230E6 is #1DCF19. Grayscale: #797979. Windows color (decimal): -1953562 or 15085794. OLE color: 15085794.
HSL color Cylindrical-coordinate representation of color #E230E6: hue angle of 298.68º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E230E6 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 48 | 230 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.10 |
| HSL | 298.68º | 0.78% | 0.55% | - |
| HSV(B) | 298.68º | 0.79% | 0.9% | - |
| XYZ | 46.7 | 24 | 77.03 | - |
| YUV | 121.97 | 188.97 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 48 | 230 | 0.02 | 0.79 | 0 | 0.10 | 298.68 | 0.78 | 0.55 |
| Hex | E2 | 30 | E6 | 2 | 4F | 0 | A | 12B | 4E | 37 |
| Octal | 342 | 60 | 346 | 2 | 117 | 0 | 12 | 453 | 116 | 67 |
| Binary | 11100010 | 110000 | 11100110 | 10 | 1001111 | 0 | 1010 | 100101011 | 1001110 | 110111 |
Color Harmonies of #E230E6
Complementary color
Monochromatic Colors of #E230E6
Black with #E230E6
Text Example
Text Example
White with #E230E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E230E6; }
p { color: rgb(226,48,230); }
H1.HeaderClassName
{
color: #E230E6;
}
.AnyTagClassName
{
color: #E230E6;
}
</style>
background-color css
<style>
a { background-color: #E230E6; }
a { background-color: rgb(226,48,230); }
div.DivClassName
{
background-color: #E230E6;
}
.BgClassName
{
background-color: #E230E6;
}
</style>
border-color css
<style>
span { border-color: #E230E6; }
span { border-color: rgb(226,48,230); }
td.TdClassName
{
border-color: #E230E6;
}
.TagClassName
{
border-color: #E230E6;
}
</style>