#E48C7E

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

Shades of My Pink #E48C7E

Tints of My Pink #E48C7E

Color information

#E48C7E (or 0xE48C7E) is unknown color: approx My Pink. HEX triplet: E4, 8C and 7E. RGB value is (228,140,126). Sum of RGB (Red+Green+Blue) = 228+140+126=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48C7E is #1B7381. Grayscale: #A4A4A4. Windows color (decimal): -1799042 or 8293604. OLE color: 8293604.

HSL color Cylindrical-coordinate representation of color #E48C7E: hue angle of 8.24º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E48C7E is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB228140126-
CMYK00.390.450.11
HSL8.24º65.38%69.41%-
HSV(B)8.24º44.74%89.41%-
XYZ45.1436.7624.45-
YUV164.72106.15173.14-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.15%
GREEN value IS 140 (55.08% from 255) = 28.34%
BLUE value IS 126 (49.61% from 255) = 25.51%
R=46.15%
G=28.34%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814012600.390.450.118.2465.3869.41
HexE48C7E0272DB84145
Octal344214176047551310101105
Binary1110010010001100111111001001111011011011100010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48C7E; }

 p { color: rgb(228,140,126); }

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

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

 a { background-color: rgb(228,140,126); }

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

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

 span { border-color: rgb(228,140,126); }

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