Shades of Razzle Dazzle Rose #EA28CB
Tints of Razzle Dazzle Rose #EA28CB
RGB
CMYK
RGB Variations
Color information
#EA28CB (or 0xEA28CB) is known color: Razzle Dazzle Rose. HEX triplet: EA, 28 and CB. RGB value is (234,40,203). Sum of RGB (Red+Green+Blue) = 234+40+203=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 40 (16.02% from 255 or 8.39% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA28CB is #15D734. Grayscale: #747474. Windows color (decimal): -1431349 or 13314282. OLE color: 13314282.
HSL color Cylindrical-coordinate representation of color #EA28CB: hue angle of 309.59º 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 #EA28CB is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 203 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.08 |
| HSL | 309.59º | 0.82% | 0.54% | - |
| HSV(B) | 309.59º | 0.83% | 0.92% | - |
| XYZ | 45.47 | 23.32 | 58.6 | - |
| YUV | 116.59 | 176.77 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 203 | 0 | 0.83 | 0.13 | 0.08 | 309.59 | 0.82 | 0.54 |
| Hex | EA | 28 | CB | 0 | 53 | D | 8 | 136 | 52 | 36 |
| Octal | 352 | 50 | 313 | 0 | 123 | 15 | 10 | 466 | 122 | 66 |
| Binary | 11101010 | 101000 | 11001011 | 0 | 1010011 | 1101 | 1000 | 100110110 | 1010010 | 110110 |
Color Harmonies of #EA28CB
Complementary color
Monochromatic Colors of #EA28CB
Black with #EA28CB
Text Example
Text Example
White with #EA28CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA28CB; }
p { color: rgb(234,40,203); }
H1.HeaderClassName
{
color: #EA28CB;
}
.AnyTagClassName
{
color: #EA28CB;
}
</style>
background-color css
<style>
a { background-color: #EA28CB; }
a { background-color: rgb(234,40,203); }
div.DivClassName
{
background-color: #EA28CB;
}
.BgClassName
{
background-color: #EA28CB;
}
</style>
border-color css
<style>
span { border-color: #EA28CB; }
span { border-color: rgb(234,40,203); }
td.TdClassName
{
border-color: #EA28CB;
}
.TagClassName
{
border-color: #EA28CB;
}
</style>