#EE6680

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

Shades of Brink Pink #EE6680

Tints of Brink Pink #EE6680

Color information

#EE6680 (or 0xEE6680) is unknown color: approx Brink Pink. HEX triplet: EE, 66 and 80. RGB value is (238,102,128). Sum of RGB (Red+Green+Blue) = 238+102+128=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6680 is #11997F. Grayscale: #919191. Windows color (decimal): -1153408 or 8414958. OLE color: 8414958.

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

Color convert

RGB238102128-
CMYK00.570.460.07
HSL348.53º80%66.67%-
HSV(B)348.53º57.14%93.33%-
XYZ43.9129.2423.75-
YUV145.63118.06193.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.85%
GREEN value IS 102 (40.23% from 255) = 21.79%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=50.85%
G=21.79%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810212800.570.460.07348.538066.67
HexEE66800392E715d5043
Octal356146200071567535120103
Binary11101110110011010000000011100110111011110101110110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6680; }

 p { color: rgb(238,102,128); }

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

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

 a { background-color: rgb(238,102,128); }

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

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

 span { border-color: rgb(238,102,128); }

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