#EE6182

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

Shades of Brink Pink #EE6182

Tints of Brink Pink #EE6182

Color information

#EE6182 (or 0xEE6182) is unknown color: approx Brink Pink. HEX triplet: EE, 61 and 82. RGB value is (238,97,130). Sum of RGB (Red+Green+Blue) = 238+97+130=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6182 is #119E7D. Grayscale: #8E8E8E. Windows color (decimal): -1154686 or 8544750. OLE color: 8544750.

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

Color convert

RGB23897130-
CMYK00.590.450.07
HSL345.96º80.57%65.69%-
HSV(B)345.96º59.24%93.33%-
XYZ43.5628.3424.29-
YUV142.92120.71195.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.18%
GREEN value IS 97 (38.28% from 255) = 20.86%
BLUE value IS 130 (51.17% from 255) = 27.96%
R=51.18%
G=20.86%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389713000.590.450.07345.9680.5765.69
HexEE618203B2D715a5142
Octal356141202073557532121102
Binary11101110110000110000010011101110110111110101101010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6182; }

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

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

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

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

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

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

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

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