#EE618B

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

Shades of Dark Pink #EE618B

Tints of Dark Pink #EE618B

Color information

#EE618B (or 0xEE618B) is unknown color: approx Dark Pink. HEX triplet: EE, 61 and 8B. RGB value is (238,97,139). Sum of RGB (Red+Green+Blue) = 238+97+139=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE618B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE618B is #119E74. Grayscale: #8F8F8F. Windows color (decimal): -1154677 or 9134574. OLE color: 9134574.

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

Color convert

RGB23897139-
CMYK00.590.420.07
HSL342.13º80.57%65.69%-
HSV(B)342.13º59.24%93.33%-
XYZ44.1928.5927.62-
YUV143.95125.21195.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.21%
GREEN value IS 97 (38.28% from 255) = 20.46%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=50.21%
G=20.46%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389713900.590.420.07342.1380.5765.69
HexEE618B03B2A71565142
Octal356141213073527526121102
Binary11101110110000110001011011101110101011110101011010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE618B; }

 p { color: rgb(238,97,139); }

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

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

 a { background-color: rgb(238,97,139); }

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

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

 span { border-color: rgb(238,97,139); }

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