#E08B7F

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

Shades of My Pink #E08B7F

Tints of My Pink #E08B7F

Color information

#E08B7F (or 0xE08B7F) is unknown color: approx My Pink. HEX triplet: E0, 8B and 7F. RGB value is (224,139,127). Sum of RGB (Red+Green+Blue) = 224+139+127=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08B7F is #1F7480. Grayscale: #A3A3A3. Windows color (decimal): -2061441 or 8358880. OLE color: 8358880.

HSL color Cylindrical-coordinate representation of color #E08B7F: hue angle of 7.42º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E08B7F is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB224139127-
CMYK00.380.430.12
HSL7.42º61.01%68.82%-
HSV(B)7.42º43.3%87.84%-
XYZ43.835.8424.69-
YUV163.05107.66171.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.71%
GREEN value IS 139 (54.69% from 255) = 28.37%
BLUE value IS 127 (50% from 255) = 25.92%
R=45.71%
G=28.37%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413912700.380.430.127.4261.0168.82
HexE08B7F0262BC73d45
Octal3402131770465314775105
Binary11100000100010111111111010011010101111001111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08B7F; }

 p { color: rgb(224,139,127); }

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

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

 a { background-color: rgb(224,139,127); }

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

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

 span { border-color: rgb(224,139,127); }

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