Shades of Razzle Dazzle Rose #EA28CA
Tints of Razzle Dazzle Rose #EA28CA
RGB
CMYK
RGB Variations
Color information
#EA28CA (or 0xEA28CA) is known color: Razzle Dazzle Rose. HEX triplet: EA, 28 and CA. RGB value is (234,40,202). Sum of RGB (Red+Green+Blue) = 234+40+202=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 40 (16.02% from 255 or 8.40% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA28CA is #15D735. Grayscale: #747474. Windows color (decimal): -1431350 or 13248746. OLE color: 13248746.
HSL color Cylindrical-coordinate representation of color #EA28CA: hue angle of 309.9º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA28CA is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 202 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.08 |
| HSL | 309.9º | 0.82% | 0.54% | - |
| HSV(B) | 309.9º | 0.83% | 0.92% | - |
| XYZ | 45.35 | 23.27 | 57.98 | - |
| YUV | 116.47 | 176.27 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 202 | 0 | 0.83 | 0.14 | 0.08 | 309.9 | 0.82 | 0.54 |
| Hex | EA | 28 | CA | 0 | 53 | E | 8 | 136 | 52 | 36 |
| Octal | 352 | 50 | 312 | 0 | 123 | 16 | 10 | 466 | 122 | 66 |
| Binary | 11101010 | 101000 | 11001010 | 0 | 1010011 | 1110 | 1000 | 100110110 | 1010010 | 110110 |
Color Harmonies of #EA28CA
Complementary color
Monochromatic Colors of #EA28CA
Black with #EA28CA
Text Example
Text Example
White with #EA28CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA28CA; }
p { color: rgb(234,40,202); }
H1.HeaderClassName
{
color: #EA28CA;
}
.AnyTagClassName
{
color: #EA28CA;
}
</style>
background-color css
<style>
a { background-color: #EA28CA; }
a { background-color: rgb(234,40,202); }
div.DivClassName
{
background-color: #EA28CA;
}
.BgClassName
{
background-color: #EA28CA;
}
</style>
border-color css
<style>
span { border-color: #EA28CA; }
span { border-color: rgb(234,40,202); }
td.TdClassName
{
border-color: #EA28CA;
}
.TagClassName
{
border-color: #EA28CA;
}
</style>