Shades of Razzle Dazzle Rose #EA3CC0
Tints of Razzle Dazzle Rose #EA3CC0
RGB
CMYK
RGB Variations
Color information
#EA3CC0 (or 0xEA3CC0) is known color: Razzle Dazzle Rose. HEX triplet: EA, 3C and C0. RGB value is (234,60,192). Sum of RGB (Red+Green+Blue) = 234+60+192=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA3CC0 is #15C33F. Grayscale: #7E7E7E. Windows color (decimal): -1426240 or 12598506. OLE color: 12598506.
HSL color Cylindrical-coordinate representation of color #EA3CC0: hue angle of 314.48º 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 #EA3CC0 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 60 | 192 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.08 |
| HSL | 314.48º | 0.81% | 0.58% | - |
| HSV(B) | 314.48º | 0.74% | 0.92% | - |
| XYZ | 45.06 | 24.53 | 52.23 | - |
| YUV | 127.07 | 164.65 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 60 | 192 | 0 | 0.74 | 0.18 | 0.08 | 314.48 | 0.81 | 0.58 |
| Hex | EA | 3C | C0 | 0 | 4A | 12 | 8 | 13A | 51 | 3A |
| Octal | 352 | 74 | 300 | 0 | 112 | 22 | 10 | 472 | 121 | 72 |
| Binary | 11101010 | 111100 | 11000000 | 0 | 1001010 | 10010 | 1000 | 100111010 | 1010001 | 111010 |
Color Harmonies of #EA3CC0
Complementary color
Monochromatic Colors of #EA3CC0
Black with #EA3CC0
Text Example
Text Example
White with #EA3CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3CC0; }
p { color: rgb(234,60,192); }
H1.HeaderClassName
{
color: #EA3CC0;
}
.AnyTagClassName
{
color: #EA3CC0;
}
</style>
background-color css
<style>
a { background-color: #EA3CC0; }
a { background-color: rgb(234,60,192); }
div.DivClassName
{
background-color: #EA3CC0;
}
.BgClassName
{
background-color: #EA3CC0;
}
</style>
border-color css
<style>
span { border-color: #EA3CC0; }
span { border-color: rgb(234,60,192); }
td.TdClassName
{
border-color: #EA3CC0;
}
.TagClassName
{
border-color: #EA3CC0;
}
</style>