#EE79B1

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

Shades of Persian Pink #EE79B1

Tints of Persian Pink #EE79B1

Color information

#EE79B1 (or 0xEE79B1) is unknown color: approx Persian Pink. HEX triplet: EE, 79 and B1. RGB value is (238,121,177). Sum of RGB (Red+Green+Blue) = 238+121+177=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EE79B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE79B1 is #11864E. Grayscale: #A2A2A2. Windows color (decimal): -1148495 or 11631086. OLE color: 11631086.

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

Color convert

RGB238121177-
CMYK00.490.260.07
HSL331.28º77.48%70.39%-
HSV(B)331.28º49.16%93.33%-
XYZ50.0335.0345.72-
YUV162.37136.26181.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.40%
GREEN value IS 121 (47.66% from 255) = 22.57%
BLUE value IS 177 (69.53% from 255) = 33.02%
R=44.40%
G=22.57%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812117700.490.260.07331.2877.4870.39
HexEE79B10311A714b4d46
Octal356171261061327513115106
Binary1110111011110011011000101100011101011110100101110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE79B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE79B1; }

 p { color: rgb(238,121,177); }

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

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

 a { background-color: rgb(238,121,177); }

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

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

 span { border-color: rgb(238,121,177); }

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