Shades of Razzle Dazzle Rose #EA33CA
Tints of Razzle Dazzle Rose #EA33CA
RGB
CMYK
RGB Variations
Color information
#EA33CA (or 0xEA33CA) is known color: Razzle Dazzle Rose. HEX triplet: EA, 33 and CA. RGB value is (234,51,202). Sum of RGB (Red+Green+Blue) = 234+51+202=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 51 (20.31% from 255 or 10.47% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA33CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA33CA is #15CC35. Grayscale: #7A7A7A. Windows color (decimal): -1428534 or 13251562. OLE color: 13251562.
HSL color Cylindrical-coordinate representation of color #EA33CA: hue angle of 310.49º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA33CA is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 51 | 202 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.08 |
| HSL | 310.49º | 0.81% | 0.56% | - |
| HSV(B) | 310.49º | 0.78% | 0.92% | - |
| XYZ | 45.78 | 24.12 | 58.12 | - |
| YUV | 122.93 | 172.63 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 51 | 202 | 0 | 0.78 | 0.14 | 0.08 | 310.49 | 0.81 | 0.56 |
| Hex | EA | 33 | CA | 0 | 4E | E | 8 | 136 | 51 | 38 |
| Octal | 352 | 63 | 312 | 0 | 116 | 16 | 10 | 466 | 121 | 70 |
| Binary | 11101010 | 110011 | 11001010 | 0 | 1001110 | 1110 | 1000 | 100110110 | 1010001 | 111000 |
Color Harmonies of #EA33CA
Complementary color
Monochromatic Colors of #EA33CA
Black with #EA33CA
Text Example
Text Example
White with #EA33CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA33CA; }
p { color: rgb(234,51,202); }
H1.HeaderClassName
{
color: #EA33CA;
}
.AnyTagClassName
{
color: #EA33CA;
}
</style>
background-color css
<style>
a { background-color: #EA33CA; }
a { background-color: rgb(234,51,202); }
div.DivClassName
{
background-color: #EA33CA;
}
.BgClassName
{
background-color: #EA33CA;
}
</style>
border-color css
<style>
span { border-color: #EA33CA; }
span { border-color: rgb(234,51,202); }
td.TdClassName
{
border-color: #EA33CA;
}
.TagClassName
{
border-color: #EA33CA;
}
</style>