#EF83BD

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

Shades of Persian Pink #EF83BD

Tints of Persian Pink #EF83BD

Color information

#EF83BD (or 0xEF83BD) is unknown color: approx Persian Pink. HEX triplet: EF, 83 and BD. RGB value is (239,131,189). Sum of RGB (Red+Green+Blue) = 239+131+189=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83BD is #107C42. Grayscale: #A9A9A9. Windows color (decimal): -1080387 or 12420079. OLE color: 12420079.

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

Color convert

RGB239131189-
CMYK00.450.210.06
HSL327.78º77.14%72.55%-
HSV(B)327.78º45.19%93.73%-
XYZ52.938.2652.74-
YUV169.9138.78177.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 131 (51.56% from 255) = 23.43%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=42.75%
G=23.43%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913118900.450.210.06327.7877.1472.55
HexEF83BD02D1561484d49
Octal357203275055256510115111
Binary11101111100000111011110101011011010111010100100010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF83BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF83BD; }

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

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

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

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

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

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

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

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