Shades of Razzle Dazzle Rose #EA32CC
Tints of Razzle Dazzle Rose #EA32CC
RGB
CMYK
RGB Variations
Color information
#EA32CC (or 0xEA32CC) is known color: Razzle Dazzle Rose. HEX triplet: EA, 32 and CC. RGB value is (234,50,204). Sum of RGB (Red+Green+Blue) = 234+50+204=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 50 (19.92% from 255 or 10.25% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA32CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA32CC is #15CD33. Grayscale: #7A7A7A. Windows color (decimal): -1428788 or 13382378. OLE color: 13382378.
HSL color Cylindrical-coordinate representation of color #EA32CC: hue angle of 309.78º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA32CC is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 204 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.08 |
| HSL | 309.78º | 0.81% | 0.56% | - |
| HSV(B) | 309.78º | 0.79% | 0.92% | - |
| XYZ | 45.97 | 24.13 | 59.36 | - |
| YUV | 122.57 | 173.96 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 204 | 0 | 0.79 | 0.13 | 0.08 | 309.78 | 0.81 | 0.56 |
| Hex | EA | 32 | CC | 0 | 4F | D | 8 | 136 | 51 | 38 |
| Octal | 352 | 62 | 314 | 0 | 117 | 15 | 10 | 466 | 121 | 70 |
| Binary | 11101010 | 110010 | 11001100 | 0 | 1001111 | 1101 | 1000 | 100110110 | 1010001 | 111000 |
Color Harmonies of #EA32CC
Complementary color
Monochromatic Colors of #EA32CC
Black with #EA32CC
Text Example
Text Example
White with #EA32CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA32CC; }
p { color: rgb(234,50,204); }
H1.HeaderClassName
{
color: #EA32CC;
}
.AnyTagClassName
{
color: #EA32CC;
}
</style>
background-color css
<style>
a { background-color: #EA32CC; }
a { background-color: rgb(234,50,204); }
div.DivClassName
{
background-color: #EA32CC;
}
.BgClassName
{
background-color: #EA32CC;
}
</style>
border-color css
<style>
span { border-color: #EA32CC; }
span { border-color: rgb(234,50,204); }
td.TdClassName
{
border-color: #EA32CC;
}
.TagClassName
{
border-color: #EA32CC;
}
</style>