#EB87B4

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

Shades of Persian Pink #EB87B4

Tints of Persian Pink #EB87B4

Color information

#EB87B4 (or 0xEB87B4) is unknown color: approx Persian Pink. HEX triplet: EB, 87 and B4. RGB value is (235,135,180). Sum of RGB (Red+Green+Blue) = 235+135+180=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB87B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB87B4 is #14784B. Grayscale: #A9A9A9. Windows color (decimal): -1341516 or 11831275. OLE color: 11831275.

HSL color Cylindrical-coordinate representation of color #EB87B4: hue angle of 333º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB87B4 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235135180-
CMYK00.430.230.08
HSL333º71.43%72.55%-
HSV(B)333º42.55%92.16%-
XYZ51.1638.2947.87-
YUV170.03133.63174.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 135 (53.12% from 255) = 24.55%
BLUE value IS 180 (70.70% from 255) = 32.73%
R=42.73%
G=24.55%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513518000.430.230.0833371.4372.55
HexEB87B402B17814d4749
Octal3532072640532710515107111
Binary111010111000011110110100010101110111100010100110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB87B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB87B4; }

 p { color: rgb(235,135,180); }

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

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

 a { background-color: rgb(235,135,180); }

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

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

 span { border-color: rgb(235,135,180); }

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