#EA51AA

Color #EA51AA Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #EA51AA

Tints of Brilliant Rose #EA51AA

Color information

#EA51AA (or 0xEA51AA) is unknown color: approx Brilliant Rose. HEX triplet: EA, 51 and AA. RGB value is (234,81,170). Sum of RGB (Red+Green+Blue) = 234+81+170=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA51AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA51AA is #15AE55. Grayscale: #888888. Windows color (decimal): -1420886 or 11162090. OLE color: 11162090.

HSL color Cylindrical-coordinate representation of color #EA51AA: hue angle of 325.1º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA51AA is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB23481170-
CMYK00.650.270.08
HSL325.1º78.46%61.76%-
HSV(B)325.1º65.38%91.76%-
XYZ44.1326.2840.78-
YUV136.89146.69197.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 48.25%
GREEN value IS 81 (32.03% from 255) = 16.70%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=48.25%
G=16.70%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348117000.650.270.08325.178.4661.76
HexEA51AA0411B81454e3e
Octal3521212520101331050511676
Binary11101010101000110101010010000011101110001010001011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA51AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA51AA; }

 p { color: rgb(234,81,170); }

 H1.HeaderClassName
 {
   color: #EA51AA;
 }
 .AnyTagClassName
 {
   color: #EA51AA;
 }
</style>
background-color css

<style>
 a { background-color: #EA51AA; }

 a { background-color: rgb(234,81,170); }

 div.DivClassName
 {
   background-color: #EA51AA;
 }
 .BgClassName
 {
   background-color: #EA51AA;
 }
</style>
border-color css

<style>
 span { border-color: #EA51AA; }

 span { border-color: rgb(234,81,170); }

 td.TdClassName
 {
   border-color: #EA51AA;
 }
 .TagClassName
 {
   border-color: #EA51AA;
 }
</style>