Shades of Razzle Dazzle Rose #EA2CCB
Tints of Razzle Dazzle Rose #EA2CCB
RGB
CMYK
RGB Variations
Color information
#EA2CCB (or 0xEA2CCB) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2C and CB. RGB value is (234,44,203). Sum of RGB (Red+Green+Blue) = 234+44+203=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2CCB is #15D334. Grayscale: #767676. Windows color (decimal): -1430325 or 13315306. OLE color: 13315306.
HSL color Cylindrical-coordinate representation of color #EA2CCB: hue angle of 309.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2CCB is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 203 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.08 |
| HSL | 309.79º | 0.82% | 0.55% | - |
| HSV(B) | 309.79º | 0.81% | 0.92% | - |
| XYZ | 45.61 | 23.61 | 58.65 | - |
| YUV | 118.94 | 175.45 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 203 | 0 | 0.81 | 0.13 | 0.08 | 309.79 | 0.82 | 0.55 |
| Hex | EA | 2C | CB | 0 | 51 | D | 8 | 136 | 52 | 37 |
| Octal | 352 | 54 | 313 | 0 | 121 | 15 | 10 | 466 | 122 | 67 |
| Binary | 11101010 | 101100 | 11001011 | 0 | 1010001 | 1101 | 1000 | 100110110 | 1010010 | 110111 |
Color Harmonies of #EA2CCB
Complementary color
Monochromatic Colors of #EA2CCB
Black with #EA2CCB
Text Example
Text Example
White with #EA2CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2CCB; }
p { color: rgb(234,44,203); }
H1.HeaderClassName
{
color: #EA2CCB;
}
.AnyTagClassName
{
color: #EA2CCB;
}
</style>
background-color css
<style>
a { background-color: #EA2CCB; }
a { background-color: rgb(234,44,203); }
div.DivClassName
{
background-color: #EA2CCB;
}
.BgClassName
{
background-color: #EA2CCB;
}
</style>
border-color css
<style>
span { border-color: #EA2CCB; }
span { border-color: rgb(234,44,203); }
td.TdClassName
{
border-color: #EA2CCB;
}
.TagClassName
{
border-color: #EA2CCB;
}
</style>