#EB80B0

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

Shades of Persian Pink #EB80B0

Tints of Persian Pink #EB80B0

Color information

#EB80B0 (or 0xEB80B0) is unknown color: approx Persian Pink. HEX triplet: EB, 80 and B0. RGB value is (235,128,176). Sum of RGB (Red+Green+Blue) = 235+128+176=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB80B0 is #147F4F. Grayscale: #A5A5A5. Windows color (decimal): -1343312 or 11567339. OLE color: 11567339.

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

Color convert

RGB235128176-
CMYK00.460.250.08
HSL333.08º72.79%71.18%-
HSV(B)333.08º45.53%92.16%-
XYZ49.8236.2445.44-
YUV165.46133.95177.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.60%
GREEN value IS 128 (50.39% from 255) = 23.75%
BLUE value IS 176 (69.14% from 255) = 32.65%
R=43.60%
G=23.75%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512817600.460.250.08333.0872.7971.18
HexEB80B002E19814d4947
Octal3532002600563110515111107
Binary111010111000000010110000010111011001100010100110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB80B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB80B0; }

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

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

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

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

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

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

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

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