#EB80BC

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

Shades of Persian Pink #EB80BC

Tints of Persian Pink #EB80BC

Color information

#EB80BC (or 0xEB80BC) is unknown color: approx Persian Pink. HEX triplet: EB, 80 and BC. RGB value is (235,128,188). Sum of RGB (Red+Green+Blue) = 235+128+188=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80BC is #147F43. Grayscale: #A6A6A6. Windows color (decimal): -1343300 or 12353771. OLE color: 12353771.

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

Color convert

RGB235128188-
CMYK00.460.20.08
HSL326.36º72.79%71.18%-
HSV(B)326.36º45.53%92.16%-
XYZ51.0636.7351.98-
YUV166.83139.95176.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.65%
GREEN value IS 128 (50.39% from 255) = 23.23%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=42.65%
G=23.23%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512818800.460.20.08326.3672.7971.18
HexEB80BC02E1481464947
Octal3532002740562410506111107
Binary111010111000000010111100010111010100100010100011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB80BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB80BC; }

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

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

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

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

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

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

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

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