#ee6882

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

Shades of Brink Pink #EE6882

Tints of Brink Pink #EE6882

Color information

#EE6882 (or 0xEE6882) is unknown color: approx Brink Pink. HEX triplet: EE, 68 and 82. RGB value is (238,104,130). Sum of RGB (Red+Green+Blue) = 238+104+130=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6882 is #11977D. Grayscale: #939393. Windows color (decimal): -1152894 or 8546542. OLE color: 8546542.

HSL color Cylindrical-coordinate representation of color #EE6882: hue angle of 348.36º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE6882 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB238104130-
CMYK00.560.450.07
HSL348.36º79.76%67.06%-
HSV(B)348.36º56.3%93.33%-
XYZ44.2429.6924.52-
YUV147.03118.39192.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.42%
GREEN value IS 104 (41.02% from 255) = 22.03%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=50.42%
G=22.03%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810413000.560.450.07348.3679.7667.06
HexEE68820382D715c5043
Octal356150202070557534120103
Binary11101110110100010000010011100010110111110101110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee6882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee6882; }

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

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

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

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

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

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

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

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