#EA56AB

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

Shades of Brilliant Rose #EA56AB

Tints of Brilliant Rose #EA56AB

Color information

#EA56AB (or 0xEA56AB) is unknown color: approx Brilliant Rose. HEX triplet: EA, 56 and AB. RGB value is (234,86,171). Sum of RGB (Red+Green+Blue) = 234+86+171=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA56AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA56AB is #15A954. Grayscale: #8B8B8B. Windows color (decimal): -1419605 or 11228906. OLE color: 11228906.

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

Color convert

RGB23486171-
CMYK00.630.270.08
HSL325.54º77.89%62.75%-
HSV(B)325.54º63.25%91.76%-
XYZ44.6127.0941.41-
YUV139.94145.53195.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.66%
GREEN value IS 86 (33.98% from 255) = 17.52%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=47.66%
G=17.52%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348617100.630.270.08325.5477.8962.75
HexEA56AB03F1B81464e3f
Octal352126253077331050611677
Binary1110101010101101010101101111111101110001010001101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA56AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA56AB; }

 p { color: rgb(234,86,171); }

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

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

 a { background-color: rgb(234,86,171); }

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

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

 span { border-color: rgb(234,86,171); }

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