#EF82B2

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

Shades of Persian Pink #EF82B2

Tints of Persian Pink #EF82B2

Color information

#EF82B2 (or 0xEF82B2) is unknown color: approx Persian Pink. HEX triplet: EF, 82 and B2. RGB value is (239,130,178). Sum of RGB (Red+Green+Blue) = 239+130+178=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF82B2 is #107D4D. Grayscale: #A7A7A7. Windows color (decimal): -1080654 or 11698927. OLE color: 11698927.

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

Color convert

RGB239130178-
CMYK00.460.260.06
HSL333.58º77.3%72.35%-
HSV(B)333.58º45.61%93.73%-
XYZ51.6237.5346.64-
YUV168.06133.61178.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.69%
GREEN value IS 130 (51.17% from 255) = 23.77%
BLUE value IS 178 (69.92% from 255) = 32.54%
R=43.69%
G=23.77%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913017800.460.260.06333.5877.372.35
HexEF82B202E1A614e4d48
Octal357202262056326516115110
Binary11101111100000101011001001011101101011010100111010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF82B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF82B2; }

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

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

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

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

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

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

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

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