#E48C8A

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

Shades of Sweet Pink #E48C8A

Tints of Sweet Pink #E48C8A

Color information

#E48C8A (or 0xE48C8A) is unknown color: approx Sweet Pink. HEX triplet: E4, 8C and 8A. RGB value is (228,140,138). Sum of RGB (Red+Green+Blue) = 228+140+138=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48C8A is #1B7375. Grayscale: #A6A6A6. Windows color (decimal): -1799030 or 9080036. OLE color: 9080036.

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

Color convert

RGB228140138-
CMYK00.390.390.11
HSL1.33º62.5%71.76%-
HSV(B)1.33º39.47%89.41%-
XYZ45.9637.0928.78-
YUV166.08112.15172.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.06%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 138 (54.30% from 255) = 27.27%
R=45.06%
G=27.67%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814013800.390.390.111.3362.571.76
HexE48C8A02727B13e48
Octal3442142120474713176110
Binary1110010010001100100010100100111100111101111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48C8A; }

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

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

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

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

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

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

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

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