#E48A7E

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

Shades of My Pink #E48A7E

Tints of My Pink #E48A7E

Color information

#E48A7E (or 0xE48A7E) is unknown color: approx My Pink. HEX triplet: E4, 8A and 7E. RGB value is (228,138,126). Sum of RGB (Red+Green+Blue) = 228+138+126=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48A7E is #1B7581. Grayscale: #A3A3A3. Windows color (decimal): -1799554 or 8293092. OLE color: 8293092.

HSL color Cylindrical-coordinate representation of color #E48A7E: hue angle of 7.06º 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 #E48A7E is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB228138126-
CMYK00.390.450.11
HSL7.06º65.38%69.41%-
HSV(B)7.06º44.74%89.41%-
XYZ44.8536.1824.36-
YUV163.54106.82173.98-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.34%
GREEN value IS 138 (54.30% from 255) = 28.05%
BLUE value IS 126 (49.61% from 255) = 25.61%
R=46.34%
G=28.05%
B=25.61%

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
Decimal22813812600.390.450.117.0665.3869.41
HexE48A7E0272DB74145
Octal34421217604755137101105
Binary111001001000101011111100100111101101101111110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48A7E; }

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

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

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

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

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

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

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

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