#EE547D

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

Shades of Dark Pink #EE547D

Tints of Dark Pink #EE547D

Color information

#EE547D (or 0xEE547D) is unknown color: approx Dark Pink. HEX triplet: EE, 54 and 7D. RGB value is (238,84,125). Sum of RGB (Red+Green+Blue) = 238+84+125=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE547D is #11AB82. Grayscale: #868686. Windows color (decimal): -1158019 or 8213742. OLE color: 8213742.

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

Color convert

RGB23884125-
CMYK00.650.470.07
HSL344.03º81.91%63.14%-
HSV(B)344.03º64.71%93.33%-
XYZ42.132622.2-
YUV134.72122.52201.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.24%
GREEN value IS 84 (33.20% from 255) = 18.79%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=53.24%
G=18.79%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388412500.650.470.07344.0381.9163.14
HexEE547D0412F7158523f
Octal356124175010157753012277
Binary1110111010101001111101010000011011111111010110001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE547D; }

 p { color: rgb(238,84,125); }

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

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

 a { background-color: rgb(238,84,125); }

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

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

 span { border-color: rgb(238,84,125); }

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