#EF87B4

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

Shades of Persian Pink #EF87B4

Tints of Persian Pink #EF87B4

Color information

#EF87B4 (or 0xEF87B4) is unknown color: approx Persian Pink. HEX triplet: EF, 87 and B4. RGB value is (239,135,180). Sum of RGB (Red+Green+Blue) = 239+135+180=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87B4 is #10784B. Grayscale: #ABABAB. Windows color (decimal): -1079372 or 11831279. OLE color: 11831279.

HSL color Cylindrical-coordinate representation of color #EF87B4: hue angle of 334.04º 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 #EF87B4 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB239135180-
CMYK00.440.250.06
HSL334.04º76.47%73.33%-
HSV(B)334.04º43.51%93.73%-
XYZ52.538.9747.94-
YUV171.23132.96176.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 135 (53.12% from 255) = 24.37%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=43.14%
G=24.37%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913518000.440.250.06334.0476.4773.33
HexEF87B402C19614e4c49
Octal357207264054316516114111
Binary11101111100001111011010001011001100111010100111010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF87B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF87B4; }

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

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

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

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

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

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

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

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