#EE4B6C

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

Shades of Dark Pink #EE4B6C

Tints of Dark Pink #EE4B6C

Color information

#EE4B6C (or 0xEE4B6C) is unknown color: approx Dark Pink. HEX triplet: EE, 4B and 6C. RGB value is (238,75,108). Sum of RGB (Red+Green+Blue) = 238+75+108=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4B6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4B6C is #11B493. Grayscale: #7F7F7F. Windows color (decimal): -1160340 or 7097326. OLE color: 7097326.

HSL color Cylindrical-coordinate representation of color #EE4B6C: hue angle of 347.85º 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 #EE4B6C is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB23875108-
CMYK00.680.550.07
HSL347.85º82.74%61.37%-
HSV(B)347.85º68.49%93.33%-
XYZ40.4824.2916.74-
YUV127.5117206.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.53%
GREEN value IS 75 (29.69% from 255) = 17.81%
BLUE value IS 108 (42.58% from 255) = 25.65%
R=56.53%
G=17.81%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387510800.680.550.07347.8582.7461.37
HexEE4B6C04437715c533d
Octal356113154010467753412375
Binary1110111010010111101100010001001101111111010111001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4B6C; }

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

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

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

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

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

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

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

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