#EA56B0

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

Shades of Brilliant Rose #EA56B0

Tints of Brilliant Rose #EA56B0

Color information

#EA56B0 (or 0xEA56B0) is unknown color: approx Brilliant Rose. HEX triplet: EA, 56 and B0. RGB value is (234,86,176). Sum of RGB (Red+Green+Blue) = 234+86+176=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA56B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA56B0 is #15A94F. Grayscale: #8C8C8C. Windows color (decimal): -1419600 or 11556586. OLE color: 11556586.

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

Color convert

RGB23486176-
CMYK00.630.250.08
HSL323.51º77.89%62.75%-
HSV(B)323.51º63.25%91.76%-
XYZ45.127.2843.96-
YUV140.51148.03194.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 86 (33.98% from 255) = 17.34%
BLUE value IS 176 (69.14% from 255) = 35.48%
R=47.18%
G=17.34%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348617600.630.250.08323.5177.8962.75
HexEA56B003F1981444e3f
Octal352126260077311050411677
Binary1110101010101101011000001111111100110001010001001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA56B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA56B0; }

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

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

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

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

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

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

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

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