Shades of Razzle Dazzle Rose #E62CC5
Tints of Razzle Dazzle Rose #E62CC5
RGB
CMYK
RGB Variations
Color information
#E62CC5 (or 0xE62CC5) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2C and C5. RGB value is (230,44,197). Sum of RGB (Red+Green+Blue) = 230+44+197=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E62CC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62CC5 is #19D33A. Grayscale: #747474. Windows color (decimal): -1692475 or 12922086. OLE color: 12922086.
HSL color Cylindrical-coordinate representation of color #E62CC5: hue angle of 310.65º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62CC5 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 44 | 197 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.10 |
| HSL | 310.65º | 0.79% | 0.54% | - |
| HSV(B) | 310.65º | 0.81% | 0.9% | - |
| XYZ | 43.61 | 22.66 | 54.9 | - |
| YUV | 117.06 | 173.12 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 197 | 0 | 0.81 | 0.14 | 0.10 | 310.65 | 0.79 | 0.54 |
| Hex | E6 | 2C | C5 | 0 | 51 | E | A | 137 | 4F | 36 |
| Octal | 346 | 54 | 305 | 0 | 121 | 16 | 12 | 467 | 117 | 66 |
| Binary | 11100110 | 101100 | 11000101 | 0 | 1010001 | 1110 | 1010 | 100110111 | 1001111 | 110110 |
Color Harmonies of #E62CC5
Complementary color
Monochromatic Colors of #E62CC5
Black with #E62CC5
Text Example
Text Example
White with #E62CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62CC5; }
p { color: rgb(230,44,197); }
H1.HeaderClassName
{
color: #E62CC5;
}
.AnyTagClassName
{
color: #E62CC5;
}
</style>
background-color css
<style>
a { background-color: #E62CC5; }
a { background-color: rgb(230,44,197); }
div.DivClassName
{
background-color: #E62CC5;
}
.BgClassName
{
background-color: #E62CC5;
}
</style>
border-color css
<style>
span { border-color: #E62CC5; }
span { border-color: rgb(230,44,197); }
td.TdClassName
{
border-color: #E62CC5;
}
.TagClassName
{
border-color: #E62CC5;
}
</style>