#EF87B7

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

Shades of Persian Pink #EF87B7

Tints of Persian Pink #EF87B7

Color information

#EF87B7 (or 0xEF87B7) is unknown color: approx Persian Pink. HEX triplet: EF, 87 and B7. RGB value is (239,135,183). Sum of RGB (Red+Green+Blue) = 239+135+183=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87B7 is #107848. Grayscale: #ABABAB. Windows color (decimal): -1079369 or 12027887. OLE color: 12027887.

HSL color Cylindrical-coordinate representation of color #EF87B7: hue angle of 332.31º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF87B7 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB239135183-
CMYK00.440.230.06
HSL332.31º76.47%73.33%-
HSV(B)332.31º43.51%93.73%-
XYZ52.8139.149.56-
YUV171.57134.46176.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 135 (53.12% from 255) = 24.24%
BLUE value IS 183 (71.88% from 255) = 32.85%
R=42.91%
G=24.24%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913518300.440.230.06332.3176.4773.33
HexEF87B702C17614c4c49
Octal357207267054276514114111
Binary11101111100001111011011101011001011111010100110010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF87B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF87B7; }

 p { color: rgb(239,135,183); }

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

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

 a { background-color: rgb(239,135,183); }

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

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

 span { border-color: rgb(239,135,183); }

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