#ea56ad

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

Shades of Brilliant Rose #EA56AD

Tints of Brilliant Rose #EA56AD

Color information

#EA56AD (or 0xEA56AD) is unknown color: approx Brilliant Rose. HEX triplet: EA, 56 and AD. RGB value is (234,86,173). Sum of RGB (Red+Green+Blue) = 234+86+173=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA56AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA56AD is #15A952. Grayscale: #8B8B8B. Windows color (decimal): -1419603 or 11359978. OLE color: 11359978.

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

Color convert

RGB23486173-
CMYK00.630.260.08
HSL324.73º77.89%62.75%-
HSV(B)324.73º63.25%91.76%-
XYZ44.827.1742.42-
YUV140.17146.53194.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.46%
GREEN value IS 86 (33.98% from 255) = 17.44%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=47.46%
G=17.44%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348617300.630.260.08324.7377.8962.75
HexEA56AD03F1A81454e3f
Octal352126255077321050511677
Binary1110101010101101010110101111111101010001010001011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea56ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea56ad; }

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

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

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

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

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

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

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

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