#EB80C2

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

Shades of Persian Pink #EB80C2

Tints of Persian Pink #EB80C2

Color information

#EB80C2 (or 0xEB80C2) is unknown color: approx Persian Pink. HEX triplet: EB, 80 and C2. RGB value is (235,128,194). Sum of RGB (Red+Green+Blue) = 235+128+194=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80C2 is #147F3D. Grayscale: #A7A7A7. Windows color (decimal): -1343294 or 12746987. OLE color: 12746987.

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

Color convert

RGB235128194-
CMYK00.460.170.08
HSL322.99º72.79%71.18%-
HSV(B)322.99º45.53%92.16%-
XYZ51.723755.45-
YUV167.52142.95176.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 128 (50.39% from 255) = 22.98%
BLUE value IS 194 (76.17% from 255) = 34.83%
R=42.19%
G=22.98%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512819400.460.170.08322.9972.7971.18
HexEB80C202E1181434947
Octal3532003020562110503111107
Binary111010111000000011000010010111010001100010100001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB80C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB80C2; }

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

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

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

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

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

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

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

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