#EE80B3

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

Shades of Persian Pink #EE80B3

Tints of Persian Pink #EE80B3

Color information

#EE80B3 (or 0xEE80B3) is unknown color: approx Persian Pink. HEX triplet: EE, 80 and B3. RGB value is (238,128,179). Sum of RGB (Red+Green+Blue) = 238+128+179=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80B3 is #117F4C. Grayscale: #A6A6A6. Windows color (decimal): -1146701 or 11763950. OLE color: 11763950.

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

Color convert

RGB238128179-
CMYK00.460.250.07
HSL332.18º76.39%71.76%-
HSV(B)332.18º46.22%93.33%-
XYZ51.1236.8747.07-
YUV166.7134.94178.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.67%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 179 (70.31% from 255) = 32.84%
R=43.67%
G=23.49%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812817900.460.250.07332.1876.3971.76
HexEE80B302E19714c4c48
Octal356200263056317514114110
Binary11101110100000001011001101011101100111110100110010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE80B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE80B3; }

 p { color: rgb(238,128,179); }

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

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

 a { background-color: rgb(238,128,179); }

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

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

 span { border-color: rgb(238,128,179); }

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