#E08F7F

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

Shades of My Pink #E08F7F

Tints of My Pink #E08F7F

Color information

#E08F7F (or 0xE08F7F) is unknown color: approx My Pink. HEX triplet: E0, 8F and 7F. RGB value is (224,143,127). Sum of RGB (Red+Green+Blue) = 224+143+127=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08F7F is #1F7080. Grayscale: #A5A5A5. Windows color (decimal): -2060417 or 8359904. OLE color: 8359904.

HSL color Cylindrical-coordinate representation of color #E08F7F: hue angle of 9.9º 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 #E08F7F is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB224143127-
CMYK00.360.430.12
HSL9.9º61.01%68.82%-
HSV(B)9.9º43.3%87.84%-
XYZ44.3937.0224.89-
YUV165.4106.34169.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.34%
GREEN value IS 143 (56.25% from 255) = 28.95%
BLUE value IS 127 (50% from 255) = 25.71%
R=45.34%
G=28.95%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414312700.360.430.129.961.0168.82
HexE08F7F0242BCa3d45
Octal34021717704453141275105
Binary111000001000111111111110100100101011110010101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08F7F; }

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

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

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

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

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

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

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

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