#EA51A0

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

Shades of Brilliant Rose #EA51A0

Tints of Brilliant Rose #EA51A0

Color information

#EA51A0 (or 0xEA51A0) is unknown color: approx Brilliant Rose. HEX triplet: EA, 51 and A0. RGB value is (234,81,160). Sum of RGB (Red+Green+Blue) = 234+81+160=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA51A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA51A0 is #15AE5F. Grayscale: #878787. Windows color (decimal): -1420896 or 10506730. OLE color: 10506730.

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

Color convert

RGB23481160-
CMYK00.650.320.08
HSL329.02º78.46%61.76%-
HSV(B)329.02º65.38%91.76%-
XYZ43.2225.9235.98-
YUV135.75141.69198.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.26%
GREEN value IS 81 (32.03% from 255) = 17.05%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=49.26%
G=17.05%
B=33.68%

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
Decimal2348116000.650.320.08329.0278.4661.76
HexEA51A00412081494e3e
Octal3521212400101401051111676
Binary111010101010001101000000100000110000010001010010011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA51A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA51A0; }

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

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

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

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

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

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

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

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