#EE82AF

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

Shades of Persian Pink #EE82AF

Tints of Persian Pink #EE82AF

Color information

#EE82AF (or 0xEE82AF) is unknown color: approx Persian Pink. HEX triplet: EE, 82 and AF. RGB value is (238,130,175). Sum of RGB (Red+Green+Blue) = 238+130+175=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE82AF is #117D50. Grayscale: #A7A7A7. Windows color (decimal): -1146193 or 11502318. OLE color: 11502318.

HSL color Cylindrical-coordinate representation of color #EE82AF: hue angle of 335º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE82AF is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB238130175-
CMYK00.450.260.07
HSL335º76.06%72.16%-
HSV(B)335º45.38%93.33%-
XYZ50.9837.2445.06-
YUV167.42132.28178.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.83%
GREEN value IS 130 (51.17% from 255) = 23.94%
BLUE value IS 175 (68.75% from 255) = 32.23%
R=43.83%
G=23.94%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813017500.450.260.0733576.0672.16
HexEE82AF02D1A714f4c48
Octal356202257055327517114110
Binary11101110100000101010111101011011101011110100111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE82AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE82AF; }

 p { color: rgb(238,130,175); }

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

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

 a { background-color: rgb(238,130,175); }

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

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

 span { border-color: rgb(238,130,175); }

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