#EA519E

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

Shades of Brilliant Rose #EA519E

Tints of Brilliant Rose #EA519E

Color information

#EA519E (or 0xEA519E) is unknown color: approx Brilliant Rose. HEX triplet: EA, 51 and 9E. RGB value is (234,81,158). Sum of RGB (Red+Green+Blue) = 234+81+158=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA519E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA519E is #15AE61. Grayscale: #878787. Windows color (decimal): -1420898 or 10375658. OLE color: 10375658.

HSL color Cylindrical-coordinate representation of color #EA519E: hue angle of 329.8º 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 #EA519E is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB23481158-
CMYK00.650.320.08
HSL329.8º78.46%61.76%-
HSV(B)329.8º65.38%91.76%-
XYZ43.0525.8535.07-
YUV135.52140.69198.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.47%
GREEN value IS 81 (32.03% from 255) = 17.12%
BLUE value IS 158 (62.11% from 255) = 33.40%
R=49.47%
G=17.12%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348115800.650.320.08329.878.4661.76
HexEA519E04120814a4e3e
Octal3521212360101401051211676
Binary111010101010001100111100100000110000010001010010101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA519E; }

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

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

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

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

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

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

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

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