#EF83BA

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

Shades of Persian Pink #EF83BA

Tints of Persian Pink #EF83BA

Color information

#EF83BA (or 0xEF83BA) is unknown color: approx Persian Pink. HEX triplet: EF, 83 and BA. RGB value is (239,131,186). Sum of RGB (Red+Green+Blue) = 239+131+186=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83BA is #107C45. Grayscale: #A9A9A9. Windows color (decimal): -1080390 or 12223471. OLE color: 12223471.

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

Color convert

RGB239131186-
CMYK00.450.220.06
HSL329.44º77.14%72.55%-
HSV(B)329.44º45.19%93.73%-
XYZ52.5838.1351.04-
YUV169.56137.28177.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.99%
GREEN value IS 131 (51.56% from 255) = 23.56%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=42.99%
G=23.56%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913118600.450.220.06329.4477.1472.55
HexEF83BA02D1661494d49
Octal357203272055266511115111
Binary11101111100000111011101001011011011011010100100110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF83BA; }

 p { color: rgb(239,131,186); }

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

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

 a { background-color: rgb(239,131,186); }

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

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

 span { border-color: rgb(239,131,186); }

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