Shades of Razzle Dazzle Rose #EA44BB
Tints of Razzle Dazzle Rose #EA44BB
RGB
CMYK
RGB Variations
Color information
#EA44BB (or 0xEA44BB) is known color: Razzle Dazzle Rose. HEX triplet: EA, 44 and BB. RGB value is (234,68,187). Sum of RGB (Red+Green+Blue) = 234+68+187=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA44BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA44BB is #15BB44. Grayscale: #828282. Windows color (decimal): -1424197 or 12272874. OLE color: 12272874.
HSL color Cylindrical-coordinate representation of color #EA44BB: hue angle of 316.99º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA44BB is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 187 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.08 |
| HSL | 316.99º | 0.8% | 0.59% | - |
| HSV(B) | 316.99º | 0.71% | 0.92% | - |
| XYZ | 44.97 | 25.21 | 49.51 | - |
| YUV | 131.2 | 159.5 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 187 | 0 | 0.71 | 0.20 | 0.08 | 316.99 | 0.8 | 0.59 |
| Hex | EA | 44 | BB | 0 | 47 | 14 | 8 | 13D | 50 | 3B |
| Octal | 352 | 104 | 273 | 0 | 107 | 24 | 10 | 475 | 120 | 73 |
| Binary | 11101010 | 1000100 | 10111011 | 0 | 1000111 | 10100 | 1000 | 100111101 | 1010000 | 111011 |
Color Harmonies of #EA44BB
Complementary color
Monochromatic Colors of #EA44BB
Black with #EA44BB
Text Example
Text Example
White with #EA44BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA44BB; }
p { color: rgb(234,68,187); }
H1.HeaderClassName
{
color: #EA44BB;
}
.AnyTagClassName
{
color: #EA44BB;
}
</style>
background-color css
<style>
a { background-color: #EA44BB; }
a { background-color: rgb(234,68,187); }
div.DivClassName
{
background-color: #EA44BB;
}
.BgClassName
{
background-color: #EA44BB;
}
</style>
border-color css
<style>
span { border-color: #EA44BB; }
span { border-color: rgb(234,68,187); }
td.TdClassName
{
border-color: #EA44BB;
}
.TagClassName
{
border-color: #EA44BB;
}
</style>