Shades of Razzle Dazzle Rose #EA28BF
Tints of Razzle Dazzle Rose #EA28BF
RGB
CMYK
RGB Variations
Color information
#EA28BF (or 0xEA28BF) is known color: Razzle Dazzle Rose. HEX triplet: EA, 28 and BF. RGB value is (234,40,191). Sum of RGB (Red+Green+Blue) = 234+40+191=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA28BF is #15D740. Grayscale: #727272. Windows color (decimal): -1431361 or 12527850. OLE color: 12527850.
HSL color Cylindrical-coordinate representation of color #EA28BF: hue angle of 313.3º 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 #EA28BF is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 191 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.08 |
| HSL | 313.3º | 0.82% | 0.54% | - |
| HSV(B) | 313.3º | 0.83% | 0.92% | - |
| XYZ | 44.09 | 22.77 | 51.36 | - |
| YUV | 115.22 | 170.77 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 191 | 0 | 0.83 | 0.18 | 0.08 | 313.3 | 0.82 | 0.54 |
| Hex | EA | 28 | BF | 0 | 53 | 12 | 8 | 139 | 52 | 36 |
| Octal | 352 | 50 | 277 | 0 | 123 | 22 | 10 | 471 | 122 | 66 |
| Binary | 11101010 | 101000 | 10111111 | 0 | 1010011 | 10010 | 1000 | 100111001 | 1010010 | 110110 |
Color Harmonies of #EA28BF
Complementary color
Monochromatic Colors of #EA28BF
Black with #EA28BF
Text Example
Text Example
White with #EA28BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA28BF; }
p { color: rgb(234,40,191); }
H1.HeaderClassName
{
color: #EA28BF;
}
.AnyTagClassName
{
color: #EA28BF;
}
</style>
background-color css
<style>
a { background-color: #EA28BF; }
a { background-color: rgb(234,40,191); }
div.DivClassName
{
background-color: #EA28BF;
}
.BgClassName
{
background-color: #EA28BF;
}
</style>
border-color css
<style>
span { border-color: #EA28BF; }
span { border-color: rgb(234,40,191); }
td.TdClassName
{
border-color: #EA28BF;
}
.TagClassName
{
border-color: #EA28BF;
}
</style>