#ee4174

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

Shades of Dark Pink #EE4174

Tints of Dark Pink #EE4174

Color information

#EE4174 (or 0xEE4174) is unknown color: approx Dark Pink. HEX triplet: EE, 41 and 74. RGB value is (238,65,116). Sum of RGB (Red+Green+Blue) = 238+65+116=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4174 is #11BE8B. Grayscale: #7A7A7A. Windows color (decimal): -1162892 or 7619054. OLE color: 7619054.

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

Color convert

RGB23865116-
CMYK00.730.510.07
HSL342.31º83.57%59.41%-
HSV(B)342.31º72.69%93.33%-
XYZ40.323.2218.88-
YUV122.54124.31210.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.80%
GREEN value IS 65 (25.78% from 255) = 15.51%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=56.80%
G=15.51%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386511600.730.510.07342.3183.5759.41
HexEE4174049337156543b
Octal356101164011163752612473
Binary1110111010000011110100010010011100111111010101101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee4174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee4174; }

 p { color: rgb(238,65,116); }

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

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

 a { background-color: rgb(238,65,116); }

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

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

 span { border-color: rgb(238,65,116); }

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