Shades of Brilliant Rose #EA4CA2
Tints of Brilliant Rose #EA4CA2
RGB
CMYK
RGB Variations
Color information
#EA4CA2 (or 0xEA4CA2) is known color: Brilliant Rose. HEX triplet: EA, 4C and A2. RGB value is (234,76,162). Sum of RGB (Red+Green+Blue) = 234+76+162=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4CA2 is #15B35D. Grayscale: #848484. Windows color (decimal): -1422174 or 10636522. OLE color: 10636522.
HSL color Cylindrical-coordinate representation of color #EA4CA2: hue angle of 327.34º 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 #EA4CA2 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 76 | 162 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.08 |
| HSL | 327.34º | 0.79% | 0.61% | - |
| HSV(B) | 327.34º | 0.68% | 0.92% | - |
| XYZ | 43.04 | 25.27 | 36.79 | - |
| YUV | 133.05 | 144.35 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 76 | 162 | 0 | 0.68 | 0.31 | 0.08 | 327.34 | 0.79 | 0.61 |
| Hex | EA | 4C | A2 | 0 | 44 | 1F | 8 | 147 | 4F | 3D |
| Octal | 352 | 114 | 242 | 0 | 104 | 37 | 10 | 507 | 117 | 75 |
| Binary | 11101010 | 1001100 | 10100010 | 0 | 1000100 | 11111 | 1000 | 101000111 | 1001111 | 111101 |
Color Harmonies of #EA4CA2
Complementary color
Monochromatic Colors of #EA4CA2
Black with #EA4CA2
Text Example
Text Example
White with #EA4CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4CA2; }
p { color: rgb(234,76,162); }
H1.HeaderClassName
{
color: #EA4CA2;
}
.AnyTagClassName
{
color: #EA4CA2;
}
</style>
background-color css
<style>
a { background-color: #EA4CA2; }
a { background-color: rgb(234,76,162); }
div.DivClassName
{
background-color: #EA4CA2;
}
.BgClassName
{
background-color: #EA4CA2;
}
</style>
border-color css
<style>
span { border-color: #EA4CA2; }
span { border-color: rgb(234,76,162); }
td.TdClassName
{
border-color: #EA4CA2;
}
.TagClassName
{
border-color: #EA4CA2;
}
</style>