#E08F7E

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

Shades of My Pink #E08F7E

Tints of My Pink #E08F7E

Color information

#E08F7E (or 0xE08F7E) is unknown color: approx My Pink. HEX triplet: E0, 8F and 7E. RGB value is (224,143,126). Sum of RGB (Red+Green+Blue) = 224+143+126=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08F7E is #1F7081. Grayscale: #A5A5A5. Windows color (decimal): -2060418 or 8294368. OLE color: 8294368.

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

Color convert

RGB224143126-
CMYK00.360.440.12
HSL10.41º61.25%68.63%-
HSV(B)10.41º43.75%87.84%-
XYZ44.333724.54-
YUV165.28105.84169.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 126 (49.61% from 255) = 25.56%
R=45.44%
G=29.01%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414312600.360.440.1210.4161.2568.63
HexE08F7E0242CCa3d45
Octal34021717604454141275105
Binary111000001000111111111100100100101100110010101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08F7E; }

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

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

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

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

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

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

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

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