#EB7FB5

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

Shades of Persian Pink #EB7FB5

Tints of Persian Pink #EB7FB5

Color information

#EB7FB5 (or 0xEB7FB5) is unknown color: approx Persian Pink. HEX triplet: EB, 7F and B5. RGB value is (235,127,181). Sum of RGB (Red+Green+Blue) = 235+127+181=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7FB5 is #14804A. Grayscale: #A5A5A5. Windows color (decimal): -1343563 or 11894763. OLE color: 11894763.

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

Color convert

RGB235127181-
CMYK00.460.230.08
HSL330º72.97%70.98%-
HSV(B)330º45.96%92.16%-
XYZ50.1936.1848.05-
YUV165.45136.78177.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 127 (50% from 255) = 23.39%
BLUE value IS 181 (71.09% from 255) = 33.33%
R=43.28%
G=23.39%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512718100.460.230.0833072.9770.98
HexEB7FB502E17814a4947
Octal3531772650562710512111107
Binary11101011111111110110101010111010111100010100101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7FB5; }

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

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

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

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

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

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

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

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