Shades of Razzle Dazzle Rose #E624CA
Tints of Razzle Dazzle Rose #E624CA
RGB
CMYK
RGB Variations
Color information
#E624CA (or 0xE624CA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 24 and CA. RGB value is (230,36,202). Sum of RGB (Red+Green+Blue) = 230+36+202=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E624CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E624CA is #19DB35. Grayscale: #707070. Windows color (decimal): -1694518 or 13247718. OLE color: 13247718.
HSL color Cylindrical-coordinate representation of color #E624CA: hue angle of 308.66º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E624CA is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 36 | 202 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.10 |
| HSL | 308.66º | 0.8% | 0.52% | - |
| HSV(B) | 308.66º | 0.84% | 0.9% | - |
| XYZ | 43.92 | 22.35 | 57.88 | - |
| YUV | 112.93 | 178.27 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 36 | 202 | 0 | 0.84 | 0.12 | 0.10 | 308.66 | 0.8 | 0.52 |
| Hex | E6 | 24 | CA | 0 | 54 | C | A | 135 | 50 | 34 |
| Octal | 346 | 44 | 312 | 0 | 124 | 14 | 12 | 465 | 120 | 64 |
| Binary | 11100110 | 100100 | 11001010 | 0 | 1010100 | 1100 | 1010 | 100110101 | 1010000 | 110100 |
Color Harmonies of #E624CA
Complementary color
Monochromatic Colors of #E624CA
Black with #E624CA
Text Example
Text Example
White with #E624CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E624CA; }
p { color: rgb(230,36,202); }
H1.HeaderClassName
{
color: #E624CA;
}
.AnyTagClassName
{
color: #E624CA;
}
</style>
background-color css
<style>
a { background-color: #E624CA; }
a { background-color: rgb(230,36,202); }
div.DivClassName
{
background-color: #E624CA;
}
.BgClassName
{
background-color: #E624CA;
}
</style>
border-color css
<style>
span { border-color: #E624CA; }
span { border-color: rgb(230,36,202); }
td.TdClassName
{
border-color: #E624CA;
}
.TagClassName
{
border-color: #E624CA;
}
</style>