Shades of Razzle Dazzle Rose #E734CE
Tints of Razzle Dazzle Rose #E734CE
RGB
CMYK
RGB Variations
Color information
#E734CE (or 0xE734CE) is known color: Razzle Dazzle Rose. HEX triplet: E7, 34 and CE. RGB value is (231,52,206). Sum of RGB (Red+Green+Blue) = 231+52+206=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 52 (20.70% from 255 or 10.63% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E734CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E734CE is #18CB31. Grayscale: #7A7A7A. Windows color (decimal): -1624882 or 13513959. OLE color: 13513959.
HSL color Cylindrical-coordinate representation of color #E734CE: hue angle of 308.38º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E734CE is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 52 | 206 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.09 |
| HSL | 308.38º | 0.79% | 0.55% | - |
| HSV(B) | 308.38º | 0.77% | 0.91% | - |
| XYZ | 45.32 | 23.9 | 60.62 | - |
| YUV | 123.08 | 174.8 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 52 | 206 | 0 | 0.77 | 0.11 | 0.09 | 308.38 | 0.79 | 0.55 |
| Hex | E7 | 34 | CE | 0 | 4D | B | 9 | 134 | 4F | 37 |
| Octal | 347 | 64 | 316 | 0 | 115 | 13 | 11 | 464 | 117 | 67 |
| Binary | 11100111 | 110100 | 11001110 | 0 | 1001101 | 1011 | 1001 | 100110100 | 1001111 | 110111 |
Color Harmonies of #E734CE
Complementary color
Monochromatic Colors of #E734CE
Black with #E734CE
Text Example
Text Example
White with #E734CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E734CE; }
p { color: rgb(231,52,206); }
H1.HeaderClassName
{
color: #E734CE;
}
.AnyTagClassName
{
color: #E734CE;
}
</style>
background-color css
<style>
a { background-color: #E734CE; }
a { background-color: rgb(231,52,206); }
div.DivClassName
{
background-color: #E734CE;
}
.BgClassName
{
background-color: #E734CE;
}
</style>
border-color css
<style>
span { border-color: #E734CE; }
span { border-color: rgb(231,52,206); }
td.TdClassName
{
border-color: #E734CE;
}
.TagClassName
{
border-color: #E734CE;
}
</style>