#EB7FAF

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

Shades of Persian Pink #EB7FAF

Tints of Persian Pink #EB7FAF

Color information

#EB7FAF (or 0xEB7FAF) is unknown color: approx Persian Pink. HEX triplet: EB, 7F and AF. RGB value is (235,127,175). Sum of RGB (Red+Green+Blue) = 235+127+175=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7FAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7FAF is #148050. Grayscale: #A4A4A4. Windows color (decimal): -1343569 or 11501547. OLE color: 11501547.

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

Color convert

RGB235127175-
CMYK00.460.260.08
HSL333.33º72.97%70.98%-
HSV(B)333.33º45.96%92.16%-
XYZ49.5935.9444.88-
YUV164.76133.78178.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.76%
GREEN value IS 127 (50% from 255) = 23.65%
BLUE value IS 175 (68.75% from 255) = 32.59%
R=43.76%
G=23.65%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512717500.460.260.08333.3372.9770.98
HexEB7FAF02E1A814d4947
Octal3531772570563210515111107
Binary11101011111111110101111010111011010100010100110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7FAF; }

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

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

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

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

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

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

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

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