#ea80b0

Color #EA80B0 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #EA80B0

Tints of Persian Pink #EA80B0

Color information

#EA80B0 (or 0xEA80B0) is unknown color: approx Persian Pink. HEX triplet: EA, 80 and B0. RGB value is (234,128,176). Sum of RGB (Red+Green+Blue) = 234+128+176=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA80B0 is #157F4F. Grayscale: #A5A5A5. Windows color (decimal): -1408848 or 11567338. OLE color: 11567338.

HSL color Cylindrical-coordinate representation of color #EA80B0: hue angle of 332.83º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA80B0 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB234128176-
CMYK00.450.250.08
HSL332.83º71.62%70.98%-
HSV(B)332.83º45.3%91.76%-
XYZ49.4936.0745.43-
YUV165.17134.12177.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 128 (50.39% from 255) = 23.79%
BLUE value IS 176 (69.14% from 255) = 32.71%
R=43.49%
G=23.79%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412817600.450.250.08332.8371.6270.98
HexEA80B002D19814d4847
Octal3522002600553110515110107
Binary111010101000000010110000010110111001100010100110110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea80b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea80b0; }

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

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

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

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

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

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

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

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