Shades of Brilliant Rose #EA62A4
Tints of Brilliant Rose #EA62A4
RGB
CMYK
RGB Variations
Color information
#EA62A4 (or 0xEA62A4) is known color: Brilliant Rose. HEX triplet: EA, 62 and A4. RGB value is (234,98,164). Sum of RGB (Red+Green+Blue) = 234+98+164=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA62A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA62A4 is #159D5B. Grayscale: #929292. Windows color (decimal): -1416540 or 10773226. OLE color: 10773226.
HSL color Cylindrical-coordinate representation of color #EA62A4: hue angle of 330.88º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA62A4 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 98 | 164 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.08 |
| HSL | 330.88º | 0.76% | 0.65% | - |
| HSV(B) | 330.88º | 0.58% | 0.92% | - |
| XYZ | 45 | 28.91 | 38.33 | - |
| YUV | 146.19 | 138.06 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 98 | 164 | 0 | 0.58 | 0.30 | 0.08 | 330.88 | 0.76 | 0.65 |
| Hex | EA | 62 | A4 | 0 | 3A | 1E | 8 | 14B | 4C | 41 |
| Octal | 352 | 142 | 244 | 0 | 72 | 36 | 10 | 513 | 114 | 101 |
| Binary | 11101010 | 1100010 | 10100100 | 0 | 111010 | 11110 | 1000 | 101001011 | 1001100 | 1000001 |
Color Harmonies of #EA62A4
Complementary color
Monochromatic Colors of #EA62A4
Black with #EA62A4
Text Example
Text Example
White with #EA62A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA62A4; }
p { color: rgb(234,98,164); }
H1.HeaderClassName
{
color: #EA62A4;
}
.AnyTagClassName
{
color: #EA62A4;
}
</style>
background-color css
<style>
a { background-color: #EA62A4; }
a { background-color: rgb(234,98,164); }
div.DivClassName
{
background-color: #EA62A4;
}
.BgClassName
{
background-color: #EA62A4;
}
</style>
border-color css
<style>
span { border-color: #EA62A4; }
span { border-color: rgb(234,98,164); }
td.TdClassName
{
border-color: #EA62A4;
}
.TagClassName
{
border-color: #EA62A4;
}
</style>