Shades of Razzle Dazzle Rose #E925E2
Tints of Razzle Dazzle Rose #E925E2
RGB
CMYK
RGB Variations
Color information
#E925E2 (or 0xE925E2) is known color: Razzle Dazzle Rose. HEX triplet: E9, 25 and E2. RGB value is (233,37,226). Sum of RGB (Red+Green+Blue) = 233+37+226=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 37 (14.84% from 255 or 7.46% from 496); Blue value is 226 (88.67% from 255 or 45.56% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E925E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E925E2 is #16DA1D. Grayscale: #747474. Windows color (decimal): -1497630 or 14820841. OLE color: 14820841.
HSL color Cylindrical-coordinate representation of color #E925E2: hue angle of 302.14º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E925E2 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 226 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.09 |
| HSL | 302.14º | 0.82% | 0.53% | - |
| HSV(B) | 302.14º | 0.84% | 0.91% | - |
| XYZ | 47.99 | 24.14 | 74.08 | - |
| YUV | 117.15 | 189.43 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 226 | 0 | 0.84 | 0.03 | 0.09 | 302.14 | 0.82 | 0.53 |
| Hex | E9 | 25 | E2 | 0 | 54 | 3 | 9 | 12E | 52 | 35 |
| Octal | 351 | 45 | 342 | 0 | 124 | 3 | 11 | 456 | 122 | 65 |
| Binary | 11101001 | 100101 | 11100010 | 0 | 1010100 | 11 | 1001 | 100101110 | 1010010 | 110101 |
Color Harmonies of #E925E2
Complementary color
Monochromatic Colors of #E925E2
Black with #E925E2
Text Example
Text Example
White with #E925E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E925E2; }
p { color: rgb(233,37,226); }
H1.HeaderClassName
{
color: #E925E2;
}
.AnyTagClassName
{
color: #E925E2;
}
</style>
background-color css
<style>
a { background-color: #E925E2; }
a { background-color: rgb(233,37,226); }
div.DivClassName
{
background-color: #E925E2;
}
.BgClassName
{
background-color: #E925E2;
}
</style>
border-color css
<style>
span { border-color: #E925E2; }
span { border-color: rgb(233,37,226); }
td.TdClassName
{
border-color: #E925E2;
}
.TagClassName
{
border-color: #E925E2;
}
</style>