#EE77BE

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

Shades of Persian Pink #EE77BE

Tints of Persian Pink #EE77BE

Color information

#EE77BE (or 0xEE77BE) is unknown color: approx Persian Pink. HEX triplet: EE, 77 and BE. RGB value is (238,119,190). Sum of RGB (Red+Green+Blue) = 238+119+190=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE77BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE77BE is #118841. Grayscale: #A2A2A2. Windows color (decimal): -1148994 or 12482542. OLE color: 12482542.

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

Color convert

RGB238119190-
CMYK00.500.200.07
HSL324.2º77.78%70%-
HSV(B)324.2º50%93.33%-
XYZ51.1535.0952.79-
YUV162.67143.42181.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.51%
GREEN value IS 119 (46.88% from 255) = 21.76%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=43.51%
G=21.76%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811919000.500.200.07324.277.7870
HexEE77BE0321471444e46
Octal356167276062247504116106
Binary1110111011101111011111001100101010011110100010010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE77BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE77BE; }

 p { color: rgb(238,119,190); }

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

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

 a { background-color: rgb(238,119,190); }

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

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

 span { border-color: rgb(238,119,190); }

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