Shades of Brilliant Rose #EA64A4
Tints of Brilliant Rose #EA64A4
RGB
CMYK
RGB Variations
Color information
#EA64A4 (or 0xEA64A4) is known color: Brilliant Rose. HEX triplet: EA, 64 and A4. RGB value is (234,100,164). Sum of RGB (Red+Green+Blue) = 234+100+164=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA64A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA64A4 is #159B5B. Grayscale: #939393. Windows color (decimal): -1416028 or 10773738. OLE color: 10773738.
HSL color Cylindrical-coordinate representation of color #EA64A4: hue angle of 331.34º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA64A4 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 100 | 164 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.08 |
| HSL | 331.34º | 0.76% | 0.65% | - |
| HSV(B) | 331.34º | 0.57% | 0.92% | - |
| XYZ | 45.19 | 29.29 | 38.39 | - |
| YUV | 147.36 | 137.39 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 100 | 164 | 0 | 0.57 | 0.30 | 0.08 | 331.34 | 0.76 | 0.65 |
| Hex | EA | 64 | A4 | 0 | 39 | 1E | 8 | 14B | 4C | 41 |
| Octal | 352 | 144 | 244 | 0 | 71 | 36 | 10 | 513 | 114 | 101 |
| Binary | 11101010 | 1100100 | 10100100 | 0 | 111001 | 11110 | 1000 | 101001011 | 1001100 | 1000001 |
Color Harmonies of #EA64A4
Complementary color
Monochromatic Colors of #EA64A4
Black with #EA64A4
Text Example
Text Example
White with #EA64A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA64A4; }
p { color: rgb(234,100,164); }
H1.HeaderClassName
{
color: #EA64A4;
}
.AnyTagClassName
{
color: #EA64A4;
}
</style>
background-color css
<style>
a { background-color: #EA64A4; }
a { background-color: rgb(234,100,164); }
div.DivClassName
{
background-color: #EA64A4;
}
.BgClassName
{
background-color: #EA64A4;
}
</style>
border-color css
<style>
span { border-color: #EA64A4; }
span { border-color: rgb(234,100,164); }
td.TdClassName
{
border-color: #EA64A4;
}
.TagClassName
{
border-color: #EA64A4;
}
</style>