Shades of Brilliant Rose #EA43AC
Tints of Brilliant Rose #EA43AC
RGB
CMYK
RGB Variations
Color information
#EA43AC (or 0xEA43AC) is known color: Brilliant Rose. HEX triplet: EA, 43 and AC. RGB value is (234,67,172). Sum of RGB (Red+Green+Blue) = 234+67+172=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA43AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA43AC is #15BC53. Grayscale: #808080. Windows color (decimal): -1424468 or 11289578. OLE color: 11289578.
HSL color Cylindrical-coordinate representation of color #EA43AC: hue angle of 322.28º 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 #EA43AC is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 172 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.08 |
| HSL | 322.28º | 0.8% | 0.59% | - |
| HSV(B) | 322.28º | 0.71% | 0.92% | - |
| XYZ | 43.39 | 24.49 | 41.47 | - |
| YUV | 128.9 | 152.33 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 172 | 0 | 0.71 | 0.26 | 0.08 | 322.28 | 0.8 | 0.59 |
| Hex | EA | 43 | AC | 0 | 47 | 1A | 8 | 142 | 50 | 3B |
| Octal | 352 | 103 | 254 | 0 | 107 | 32 | 10 | 502 | 120 | 73 |
| Binary | 11101010 | 1000011 | 10101100 | 0 | 1000111 | 11010 | 1000 | 101000010 | 1010000 | 111011 |
Color Harmonies of #EA43AC
Complementary color
Monochromatic Colors of #EA43AC
Black with #EA43AC
Text Example
Text Example
White with #EA43AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA43AC; }
p { color: rgb(234,67,172); }
H1.HeaderClassName
{
color: #EA43AC;
}
.AnyTagClassName
{
color: #EA43AC;
}
</style>
background-color css
<style>
a { background-color: #EA43AC; }
a { background-color: rgb(234,67,172); }
div.DivClassName
{
background-color: #EA43AC;
}
.BgClassName
{
background-color: #EA43AC;
}
</style>
border-color css
<style>
span { border-color: #EA43AC; }
span { border-color: rgb(234,67,172); }
td.TdClassName
{
border-color: #EA43AC;
}
.TagClassName
{
border-color: #EA43AC;
}
</style>