Shades of Razzle Dazzle Rose #E925C2
Tints of Razzle Dazzle Rose #E925C2
RGB
CMYK
RGB Variations
Color information
#E925C2 (or 0xE925C2) is known color: Razzle Dazzle Rose. HEX triplet: E9, 25 and C2. RGB value is (233,37,194). Sum of RGB (Red+Green+Blue) = 233+37+194=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E925C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E925C2 is #16DA3D. Grayscale: #717171. Windows color (decimal): -1497662 or 12723689. OLE color: 12723689.
HSL color Cylindrical-coordinate representation of color #E925C2: hue angle of 311.94º 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 #E925C2 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 194 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.09 |
| HSL | 311.94º | 0.82% | 0.53% | - |
| HSV(B) | 311.94º | 0.84% | 0.91% | - |
| XYZ | 44 | 22.54 | 53.07 | - |
| YUV | 113.5 | 173.43 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 194 | 0 | 0.84 | 0.17 | 0.09 | 311.94 | 0.82 | 0.53 |
| Hex | E9 | 25 | C2 | 0 | 54 | 11 | 9 | 138 | 52 | 35 |
| Octal | 351 | 45 | 302 | 0 | 124 | 21 | 11 | 470 | 122 | 65 |
| Binary | 11101001 | 100101 | 11000010 | 0 | 1010100 | 10001 | 1001 | 100111000 | 1010010 | 110101 |
Color Harmonies of #E925C2
Complementary color
Monochromatic Colors of #E925C2
Black with #E925C2
Text Example
Text Example
White with #E925C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E925C2; }
p { color: rgb(233,37,194); }
H1.HeaderClassName
{
color: #E925C2;
}
.AnyTagClassName
{
color: #E925C2;
}
</style>
background-color css
<style>
a { background-color: #E925C2; }
a { background-color: rgb(233,37,194); }
div.DivClassName
{
background-color: #E925C2;
}
.BgClassName
{
background-color: #E925C2;
}
</style>
border-color css
<style>
span { border-color: #E925C2; }
span { border-color: rgb(233,37,194); }
td.TdClassName
{
border-color: #E925C2;
}
.TagClassName
{
border-color: #E925C2;
}
</style>