#EE4B6D

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

Shades of Dark Pink #EE4B6D

Tints of Dark Pink #EE4B6D

Color information

#EE4B6D (or 0xEE4B6D) is unknown color: approx Dark Pink. HEX triplet: EE, 4B and 6D. RGB value is (238,75,109). Sum of RGB (Red+Green+Blue) = 238+75+109=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4B6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4B6D is #11B492. Grayscale: #7F7F7F. Windows color (decimal): -1160339 or 7162862. OLE color: 7162862.

HSL color Cylindrical-coordinate representation of color #EE4B6D: hue angle of 347.48º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4B6D is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB23875109-
CMYK00.680.540.07
HSL347.48º82.74%61.37%-
HSV(B)347.48º68.49%93.33%-
XYZ40.5424.3117.02-
YUV127.61117.5206.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.40%
GREEN value IS 75 (29.69% from 255) = 17.77%
BLUE value IS 109 (42.97% from 255) = 25.83%
R=56.40%
G=17.77%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387510900.680.540.07347.4882.7461.37
HexEE4B6D04436715b533d
Octal356113155010466753312375
Binary1110111010010111101101010001001101101111010110111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4B6D; }

 p { color: rgb(238,75,109); }

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

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

 a { background-color: rgb(238,75,109); }

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

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

 span { border-color: rgb(238,75,109); }

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