#EE557F

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

Shades of Dark Pink #EE557F

Tints of Dark Pink #EE557F

Color information

#EE557F (or 0xEE557F) is unknown color: approx Dark Pink. HEX triplet: EE, 55 and 7F. RGB value is (238,85,127). Sum of RGB (Red+Green+Blue) = 238+85+127=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE557F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE557F is #11AA80. Grayscale: #878787. Windows color (decimal): -1157761 or 8345070. OLE color: 8345070.

HSL color Cylindrical-coordinate representation of color #EE557F: hue angle of 343.53º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE557F is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB23885127-
CMYK00.640.470.07
HSL343.53º81.82%63.33%-
HSV(B)343.53º64.29%93.33%-
XYZ42.3426.2122.91-
YUV135.54123.19201.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.89%
GREEN value IS 85 (33.59% from 255) = 18.89%
BLUE value IS 127 (50% from 255) = 28.22%
R=52.89%
G=18.89%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388512700.640.470.07343.5381.8263.33
HexEE557F0402F7158523f
Octal356125177010057753012277
Binary1110111010101011111111010000001011111111010110001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE557F; }

 p { color: rgb(238,85,127); }

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

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

 a { background-color: rgb(238,85,127); }

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

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

 span { border-color: rgb(238,85,127); }

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