Shades of Razzle Dazzle Rose #E735DC
Tints of Razzle Dazzle Rose #E735DC
RGB
CMYK
RGB Variations
Color information
#E735DC (or 0xE735DC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 35 and DC. RGB value is (231,53,220). Sum of RGB (Red+Green+Blue) = 231+53+220=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 53 (21.09% from 255 or 10.52% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E735DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E735DC is #18CA23. Grayscale: #7C7C7C. Windows color (decimal): -1624612 or 14431719. OLE color: 14431719.
HSL color Cylindrical-coordinate representation of color #E735DC: hue angle of 303.71º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E735DC is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 53 | 220 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.09 |
| HSL | 303.71º | 0.79% | 0.56% | - |
| HSV(B) | 303.71º | 0.77% | 0.91% | - |
| XYZ | 47.15 | 24.7 | 69.99 | - |
| YUV | 125.26 | 181.47 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 53 | 220 | 0 | 0.77 | 0.05 | 0.09 | 303.71 | 0.79 | 0.56 |
| Hex | E7 | 35 | DC | 0 | 4D | 5 | 9 | 130 | 4F | 38 |
| Octal | 347 | 65 | 334 | 0 | 115 | 5 | 11 | 460 | 117 | 70 |
| Binary | 11100111 | 110101 | 11011100 | 0 | 1001101 | 101 | 1001 | 100110000 | 1001111 | 111000 |
Color Harmonies of #E735DC
Complementary color
Monochromatic Colors of #E735DC
Black with #E735DC
Text Example
Text Example
White with #E735DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E735DC; }
p { color: rgb(231,53,220); }
H1.HeaderClassName
{
color: #E735DC;
}
.AnyTagClassName
{
color: #E735DC;
}
</style>
background-color css
<style>
a { background-color: #E735DC; }
a { background-color: rgb(231,53,220); }
div.DivClassName
{
background-color: #E735DC;
}
.BgClassName
{
background-color: #E735DC;
}
</style>
border-color css
<style>
span { border-color: #E735DC; }
span { border-color: rgb(231,53,220); }
td.TdClassName
{
border-color: #E735DC;
}
.TagClassName
{
border-color: #E735DC;
}
</style>