#EF89B5

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

Shades of Persian Pink #EF89B5

Tints of Persian Pink #EF89B5

Color information

#EF89B5 (or 0xEF89B5) is unknown color: approx Persian Pink. HEX triplet: EF, 89 and B5. RGB value is (239,137,181). Sum of RGB (Red+Green+Blue) = 239+137+181=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89B5 is #10764A. Grayscale: #ACACAC. Windows color (decimal): -1078859 or 11897327. OLE color: 11897327.

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

Color convert

RGB239137181-
CMYK00.430.240.06
HSL334.12º76.12%73.73%-
HSV(B)334.12º42.68%93.73%-
XYZ52.8839.5848.57-
YUV172.51132.79175.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 137 (53.91% from 255) = 24.60%
BLUE value IS 181 (71.09% from 255) = 32.50%
R=42.91%
G=24.60%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913718100.430.240.06334.1276.1273.73
HexEF89B502B18614e4c4a
Octal357211265053306516114112
Binary11101111100010011011010101010111100011010100111010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF89B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF89B5; }

 p { color: rgb(239,137,181); }

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

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

 a { background-color: rgb(239,137,181); }

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

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

 span { border-color: rgb(239,137,181); }

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