Shades of Razzle Dazzle Rose #E635CE
Tints of Razzle Dazzle Rose #E635CE
RGB
CMYK
RGB Variations
Color information
#E635CE (or 0xE635CE) is known color: Razzle Dazzle Rose. HEX triplet: E6, 35 and CE. RGB value is (230,53,206). Sum of RGB (Red+Green+Blue) = 230+53+206=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 53 (21.09% from 255 or 10.84% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E635CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E635CE is #19CA31. Grayscale: #7A7A7A. Windows color (decimal): -1690162 or 13514214. OLE color: 13514214.
HSL color Cylindrical-coordinate representation of color #E635CE: hue angle of 308.14º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E635CE is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 206 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.10 |
| HSL | 308.14º | 0.78% | 0.55% | - |
| HSV(B) | 308.14º | 0.77% | 0.9% | - |
| XYZ | 45.05 | 23.83 | 60.62 | - |
| YUV | 123.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 206 | 0 | 0.77 | 0.10 | 0.10 | 308.14 | 0.78 | 0.55 |
| Hex | E6 | 35 | CE | 0 | 4D | A | A | 134 | 4E | 37 |
| Octal | 346 | 65 | 316 | 0 | 115 | 12 | 12 | 464 | 116 | 67 |
| Binary | 11100110 | 110101 | 11001110 | 0 | 1001101 | 1010 | 1010 | 100110100 | 1001110 | 110111 |
Color Harmonies of #E635CE
Complementary color
Monochromatic Colors of #E635CE
Black with #E635CE
Text Example
Text Example
White with #E635CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E635CE; }
p { color: rgb(230,53,206); }
H1.HeaderClassName
{
color: #E635CE;
}
.AnyTagClassName
{
color: #E635CE;
}
</style>
background-color css
<style>
a { background-color: #E635CE; }
a { background-color: rgb(230,53,206); }
div.DivClassName
{
background-color: #E635CE;
}
.BgClassName
{
background-color: #E635CE;
}
</style>
border-color css
<style>
span { border-color: #E635CE; }
span { border-color: rgb(230,53,206); }
td.TdClassName
{
border-color: #E635CE;
}
.TagClassName
{
border-color: #E635CE;
}
</style>