#eb7fba

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

Shades of Persian Pink #EB7FBA

Tints of Persian Pink #EB7FBA

Color information

#EB7FBA (or 0xEB7FBA) is unknown color: approx Persian Pink. HEX triplet: EB, 7F and BA. RGB value is (235,127,186). Sum of RGB (Red+Green+Blue) = 235+127+186=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7FBA is #148045. Grayscale: #A5A5A5. Windows color (decimal): -1343558 or 12222443. OLE color: 12222443.

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

Color convert

RGB235127186-
CMYK00.460.210.08
HSL327.22º72.97%70.98%-
HSV(B)327.22º45.96%92.16%-
XYZ50.7136.3950.8-
YUV166.02139.28177.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 127 (50% from 255) = 23.18%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=42.88%
G=23.18%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512718600.460.210.08327.2272.9770.98
HexEB7FBA02E1581474947
Octal3531772720562510507111107
Binary11101011111111110111010010111010101100010100011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb7fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb7fba; }

 p { color: rgb(235,127,186); }

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

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

 a { background-color: rgb(235,127,186); }

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

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

 span { border-color: rgb(235,127,186); }

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