Shades of Razzle Dazzle Rose #EA3CC2
Tints of Razzle Dazzle Rose #EA3CC2
RGB
CMYK
RGB Variations
Color information
#EA3CC2 (or 0xEA3CC2) is known color: Razzle Dazzle Rose. HEX triplet: EA, 3C and C2. RGB value is (234,60,194). Sum of RGB (Red+Green+Blue) = 234+60+194=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA3CC2 is #15C33D. Grayscale: #7E7E7E. Windows color (decimal): -1426238 or 12729578. OLE color: 12729578.
HSL color Cylindrical-coordinate representation of color #EA3CC2: hue angle of 313.79º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA3CC2 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 60 | 194 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.08 |
| HSL | 313.79º | 0.81% | 0.58% | - |
| HSV(B) | 313.79º | 0.74% | 0.92% | - |
| XYZ | 45.29 | 24.62 | 53.4 | - |
| YUV | 127.3 | 165.65 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 60 | 194 | 0 | 0.74 | 0.17 | 0.08 | 313.79 | 0.81 | 0.58 |
| Hex | EA | 3C | C2 | 0 | 4A | 11 | 8 | 13A | 51 | 3A |
| Octal | 352 | 74 | 302 | 0 | 112 | 21 | 10 | 472 | 121 | 72 |
| Binary | 11101010 | 111100 | 11000010 | 0 | 1001010 | 10001 | 1000 | 100111010 | 1010001 | 111010 |
Color Harmonies of #EA3CC2
Complementary color
Monochromatic Colors of #EA3CC2
Black with #EA3CC2
Text Example
Text Example
White with #EA3CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3CC2; }
p { color: rgb(234,60,194); }
H1.HeaderClassName
{
color: #EA3CC2;
}
.AnyTagClassName
{
color: #EA3CC2;
}
</style>
background-color css
<style>
a { background-color: #EA3CC2; }
a { background-color: rgb(234,60,194); }
div.DivClassName
{
background-color: #EA3CC2;
}
.BgClassName
{
background-color: #EA3CC2;
}
</style>
border-color css
<style>
span { border-color: #EA3CC2; }
span { border-color: rgb(234,60,194); }
td.TdClassName
{
border-color: #EA3CC2;
}
.TagClassName
{
border-color: #EA3CC2;
}
</style>