Shades of Brilliant Rose #EA4CAC
Tints of Brilliant Rose #EA4CAC
RGB
CMYK
RGB Variations
Color information
#EA4CAC (or 0xEA4CAC) is known color: Brilliant Rose. HEX triplet: EA, 4C and AC. RGB value is (234,76,172). Sum of RGB (Red+Green+Blue) = 234+76+172=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4CAC is #15B353. Grayscale: #858585. Windows color (decimal): -1422164 or 11291882. OLE color: 11291882.
HSL color Cylindrical-coordinate representation of color #EA4CAC: hue angle of 323.54º 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 #EA4CAC is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 76 | 172 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.08 |
| HSL | 323.54º | 0.79% | 0.61% | - |
| HSV(B) | 323.54º | 0.68% | 0.92% | - |
| XYZ | 43.96 | 25.64 | 41.66 | - |
| YUV | 134.19 | 149.35 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 76 | 172 | 0 | 0.68 | 0.26 | 0.08 | 323.54 | 0.79 | 0.61 |
| Hex | EA | 4C | AC | 0 | 44 | 1A | 8 | 144 | 4F | 3D |
| Octal | 352 | 114 | 254 | 0 | 104 | 32 | 10 | 504 | 117 | 75 |
| Binary | 11101010 | 1001100 | 10101100 | 0 | 1000100 | 11010 | 1000 | 101000100 | 1001111 | 111101 |
Color Harmonies of #EA4CAC
Complementary color
Monochromatic Colors of #EA4CAC
Black with #EA4CAC
Text Example
Text Example
White with #EA4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4CAC; }
p { color: rgb(234,76,172); }
H1.HeaderClassName
{
color: #EA4CAC;
}
.AnyTagClassName
{
color: #EA4CAC;
}
</style>
background-color css
<style>
a { background-color: #EA4CAC; }
a { background-color: rgb(234,76,172); }
div.DivClassName
{
background-color: #EA4CAC;
}
.BgClassName
{
background-color: #EA4CAC;
}
</style>
border-color css
<style>
span { border-color: #EA4CAC; }
span { border-color: rgb(234,76,172); }
td.TdClassName
{
border-color: #EA4CAC;
}
.TagClassName
{
border-color: #EA4CAC;
}
</style>