Shades of Razzle Dazzle Rose #E630CE
Tints of Razzle Dazzle Rose #E630CE
RGB
CMYK
RGB Variations
Color information
#E630CE (or 0xE630CE) is known color: Razzle Dazzle Rose. HEX triplet: E6, 30 and CE. RGB value is (230,48,206). Sum of RGB (Red+Green+Blue) = 230+48+206=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 48 (19.14% from 255 or 9.92% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E630CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E630CE is #19CF31. Grayscale: #777777. Windows color (decimal): -1691442 or 13512934. OLE color: 13512934.
HSL color Cylindrical-coordinate representation of color #E630CE: hue angle of 307.91º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E630CE is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 206 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.10 |
| HSL | 307.91º | 0.78% | 0.55% | - |
| HSV(B) | 307.91º | 0.79% | 0.9% | - |
| XYZ | 44.83 | 23.39 | 60.55 | - |
| YUV | 120.43 | 176.3 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 206 | 0 | 0.79 | 0.10 | 0.10 | 307.91 | 0.78 | 0.55 |
| Hex | E6 | 30 | CE | 0 | 4F | A | A | 134 | 4E | 37 |
| Octal | 346 | 60 | 316 | 0 | 117 | 12 | 12 | 464 | 116 | 67 |
| Binary | 11100110 | 110000 | 11001110 | 0 | 1001111 | 1010 | 1010 | 100110100 | 1001110 | 110111 |
Color Harmonies of #E630CE
Complementary color
Monochromatic Colors of #E630CE
Black with #E630CE
Text Example
Text Example
White with #E630CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E630CE; }
p { color: rgb(230,48,206); }
H1.HeaderClassName
{
color: #E630CE;
}
.AnyTagClassName
{
color: #E630CE;
}
</style>
background-color css
<style>
a { background-color: #E630CE; }
a { background-color: rgb(230,48,206); }
div.DivClassName
{
background-color: #E630CE;
}
.BgClassName
{
background-color: #E630CE;
}
</style>
border-color css
<style>
span { border-color: #E630CE; }
span { border-color: rgb(230,48,206); }
td.TdClassName
{
border-color: #E630CE;
}
.TagClassName
{
border-color: #E630CE;
}
</style>