Shades of Razzle Dazzle Rose #E622CA
Tints of Razzle Dazzle Rose #E622CA
RGB
CMYK
RGB Variations
Color information
#E622CA (or 0xE622CA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 22 and CA. RGB value is (230,34,202). Sum of RGB (Red+Green+Blue) = 230+34+202=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 34 (13.67% from 255 or 7.30% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E622CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E622CA is #19DD35. Grayscale: #6F6F6F. Windows color (decimal): -1695030 or 13247206. OLE color: 13247206.
HSL color Cylindrical-coordinate representation of color #E622CA: hue angle of 308.57º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E622CA is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 202 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.10 |
| HSL | 308.57º | 0.8% | 0.52% | - |
| HSV(B) | 308.57º | 0.85% | 0.9% | - |
| XYZ | 43.87 | 22.23 | 57.86 | - |
| YUV | 111.76 | 178.93 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 202 | 0 | 0.85 | 0.12 | 0.10 | 308.57 | 0.8 | 0.52 |
| Hex | E6 | 22 | CA | 0 | 55 | C | A | 135 | 50 | 34 |
| Octal | 346 | 42 | 312 | 0 | 125 | 14 | 12 | 465 | 120 | 64 |
| Binary | 11100110 | 100010 | 11001010 | 0 | 1010101 | 1100 | 1010 | 100110101 | 1010000 | 110100 |
Color Harmonies of #E622CA
Complementary color
Monochromatic Colors of #E622CA
Black with #E622CA
Text Example
Text Example
White with #E622CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E622CA; }
p { color: rgb(230,34,202); }
H1.HeaderClassName
{
color: #E622CA;
}
.AnyTagClassName
{
color: #E622CA;
}
</style>
background-color css
<style>
a { background-color: #E622CA; }
a { background-color: rgb(230,34,202); }
div.DivClassName
{
background-color: #E622CA;
}
.BgClassName
{
background-color: #E622CA;
}
</style>
border-color css
<style>
span { border-color: #E622CA; }
span { border-color: rgb(230,34,202); }
td.TdClassName
{
border-color: #E622CA;
}
.TagClassName
{
border-color: #E622CA;
}
</style>