#E68B80

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

Shades of My Pink #E68B80

Tints of My Pink #E68B80

Color information

#E68B80 (or 0xE68B80) is unknown color: approx My Pink. HEX triplet: E6, 8B and 80. RGB value is (230,139,128). Sum of RGB (Red+Green+Blue) = 230+139+128=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68B80 is #19747F. Grayscale: #A5A5A5. Windows color (decimal): -1668224 or 8424422. OLE color: 8424422.

HSL color Cylindrical-coordinate representation of color #E68B80: hue angle of 6.47º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68B80 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB230139128-
CMYK00.400.440.10
HSL6.47º67.11%70.2%-
HSV(B)6.47º44.35%90.2%-
XYZ45.7636.8525.12-
YUV164.96107.15174.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.28%
GREEN value IS 139 (54.69% from 255) = 27.97%
BLUE value IS 128 (50.39% from 255) = 25.75%
R=46.28%
G=27.97%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013912800.400.440.106.4767.1170.2
HexE68B800282CA64346
Octal34621320005054126103106
Binary1110011010001011100000000101000101100101011010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68B80; }

 p { color: rgb(230,139,128); }

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

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

 a { background-color: rgb(230,139,128); }

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

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

 span { border-color: rgb(230,139,128); }

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