#EE5675

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

Shades of Dark Pink #EE5675

Tints of Dark Pink #EE5675

Color information

#EE5675 (or 0xEE5675) is unknown color: approx Dark Pink. HEX triplet: EE, 56 and 75. RGB value is (238,86,117). Sum of RGB (Red+Green+Blue) = 238+86+117=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5675 is #11A98A. Grayscale: #878787. Windows color (decimal): -1157515 or 7689966. OLE color: 7689966.

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

Color convert

RGB23886117-
CMYK00.640.510.07
HSL347.76º81.72%63.53%-
HSV(B)347.76º63.87%93.33%-
XYZ41.826.1219.67-
YUV134.98117.86201.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.97%
GREEN value IS 86 (33.98% from 255) = 19.50%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=53.97%
G=19.50%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388611700.640.510.07347.7681.7263.53
HexEE567504033715c5240
Octal3561261650100637534122100
Binary11101110101011011101010100000011001111110101110010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5675; }

 p { color: rgb(238,86,117); }

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

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

 a { background-color: rgb(238,86,117); }

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

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

 span { border-color: rgb(238,86,117); }

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