#EE76B2

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

Shades of Persian Pink #EE76B2

Tints of Persian Pink #EE76B2

Color information

#EE76B2 (or 0xEE76B2) is unknown color: approx Persian Pink. HEX triplet: EE, 76 and B2. RGB value is (238,118,178). Sum of RGB (Red+Green+Blue) = 238+118+178=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EE76B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE76B2 is #11894D. Grayscale: #A0A0A0. Windows color (decimal): -1149262 or 11695854. OLE color: 11695854.

HSL color Cylindrical-coordinate representation of color #EE76B2: hue angle of 330º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE76B2 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB238118178-
CMYK00.500.250.07
HSL330º77.92%69.8%-
HSV(B)330º50.42%93.33%-
XYZ49.7734.3546.13-
YUV160.72137.76183.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.57%
GREEN value IS 118 (46.48% from 255) = 22.10%
BLUE value IS 178 (69.92% from 255) = 33.33%
R=44.57%
G=22.10%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811817800.500.250.0733077.9269.8
HexEE76B203219714a4e46
Octal356166262062317512116106
Binary1110111011101101011001001100101100111110100101010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE76B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE76B2; }

 p { color: rgb(238,118,178); }

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

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

 a { background-color: rgb(238,118,178); }

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

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

 span { border-color: rgb(238,118,178); }

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