#EF82B3

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

Shades of Persian Pink #EF82B3

Tints of Persian Pink #EF82B3

Color information

#EF82B3 (or 0xEF82B3) is unknown color: approx Persian Pink. HEX triplet: EF, 82 and B3. RGB value is (239,130,179). Sum of RGB (Red+Green+Blue) = 239+130+179=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF82B3 is #107D4C. Grayscale: #A8A8A8. Windows color (decimal): -1080653 or 11764463. OLE color: 11764463.

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

Color convert

RGB239130179-
CMYK00.460.250.06
HSL333.03º77.3%72.35%-
HSV(B)333.03º45.61%93.73%-
XYZ51.7237.5747.17-
YUV168.18134.11178.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.61%
GREEN value IS 130 (51.17% from 255) = 23.72%
BLUE value IS 179 (70.31% from 255) = 32.66%
R=43.61%
G=23.72%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913017900.460.250.06333.0377.372.35
HexEF82B302E19614d4d48
Octal357202263056316515115110
Binary11101111100000101011001101011101100111010100110110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF82B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF82B3; }

 p { color: rgb(239,130,179); }

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

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

 a { background-color: rgb(239,130,179); }

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

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

 span { border-color: rgb(239,130,179); }

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