#EE79BC

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

Shades of Persian Pink #EE79BC

Tints of Persian Pink #EE79BC

Color information

#EE79BC (or 0xEE79BC) is unknown color: approx Persian Pink. HEX triplet: EE, 79 and BC. RGB value is (238,121,188). Sum of RGB (Red+Green+Blue) = 238+121+188=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE79BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE79BC is #118643. Grayscale: #A3A3A3. Windows color (decimal): -1148484 or 12351982. OLE color: 12351982.

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

Color convert

RGB238121188-
CMYK00.490.210.07
HSL325.64º77.48%70.39%-
HSV(B)325.64º49.16%93.33%-
XYZ51.1735.4851.73-
YUV163.62141.76181.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.51%
GREEN value IS 121 (47.66% from 255) = 22.12%
BLUE value IS 188 (73.83% from 255) = 34.37%
R=43.51%
G=22.12%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812118800.490.210.07325.6477.4870.39
HexEE79BC0311571464d46
Octal356171274061257506115106
Binary1110111011110011011110001100011010111110100011010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE79BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE79BC; }

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

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

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

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

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

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

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

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