#EB7FB8

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

Shades of Persian Pink #EB7FB8

Tints of Persian Pink #EB7FB8

Color information

#EB7FB8 (or 0xEB7FB8) is unknown color: approx Persian Pink. HEX triplet: EB, 7F and B8. RGB value is (235,127,184). Sum of RGB (Red+Green+Blue) = 235+127+184=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7FB8 is #148047. Grayscale: #A5A5A5. Windows color (decimal): -1343560 or 12091371. OLE color: 12091371.

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

Color convert

RGB235127184-
CMYK00.460.220.08
HSL328.33º72.97%70.98%-
HSV(B)328.33º45.96%92.16%-
XYZ50.536.349.69-
YUV165.79138.28177.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 127 (50% from 255) = 23.26%
BLUE value IS 184 (72.27% from 255) = 33.70%
R=43.04%
G=23.26%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512718400.460.220.08328.3372.9770.98
HexEB7FB802E1681484947
Octal3531772700562610510111107
Binary11101011111111110111000010111010110100010100100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7FB8; }

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

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

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

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

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

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

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

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