Shades of Razzle Dazzle Rose #EA4CBA
Tints of Razzle Dazzle Rose #EA4CBA
RGB
CMYK
RGB Variations
Color information
#EA4CBA (or 0xEA4CBA) is known color: Razzle Dazzle Rose. HEX triplet: EA, 4C and BA. RGB value is (234,76,186). Sum of RGB (Red+Green+Blue) = 234+76+186=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA4CBA is #15B345. Grayscale: #878787. Windows color (decimal): -1422150 or 12209386. OLE color: 12209386.
HSL color Cylindrical-coordinate representation of color #EA4CBA: hue angle of 318.23º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4CBA is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 76 | 186 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.08 |
| HSL | 318.23º | 0.79% | 0.61% | - |
| HSV(B) | 318.23º | 0.68% | 0.92% | - |
| XYZ | 45.38 | 26.21 | 49.12 | - |
| YUV | 135.78 | 156.35 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 76 | 186 | 0 | 0.68 | 0.21 | 0.08 | 318.23 | 0.79 | 0.61 |
| Hex | EA | 4C | BA | 0 | 44 | 15 | 8 | 13E | 4F | 3D |
| Octal | 352 | 114 | 272 | 0 | 104 | 25 | 10 | 476 | 117 | 75 |
| Binary | 11101010 | 1001100 | 10111010 | 0 | 1000100 | 10101 | 1000 | 100111110 | 1001111 | 111101 |
Color Harmonies of #EA4CBA
Complementary color
Monochromatic Colors of #EA4CBA
Black with #EA4CBA
Text Example
Text Example
White with #EA4CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4CBA; }
p { color: rgb(234,76,186); }
H1.HeaderClassName
{
color: #EA4CBA;
}
.AnyTagClassName
{
color: #EA4CBA;
}
</style>
background-color css
<style>
a { background-color: #EA4CBA; }
a { background-color: rgb(234,76,186); }
div.DivClassName
{
background-color: #EA4CBA;
}
.BgClassName
{
background-color: #EA4CBA;
}
</style>
border-color css
<style>
span { border-color: #EA4CBA; }
span { border-color: rgb(234,76,186); }
td.TdClassName
{
border-color: #EA4CBA;
}
.TagClassName
{
border-color: #EA4CBA;
}
</style>