#E48A8A

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

Shades of Sweet Pink #E48A8A

Tints of Sweet Pink #E48A8A

Color information

#E48A8A (or 0xE48A8A) is unknown color: approx Sweet Pink. HEX triplet: E4, 8A and 8A. RGB value is (228,138,138). Sum of RGB (Red+Green+Blue) = 228+138+138=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48A8A is #1B7575. Grayscale: #A5A5A5. Windows color (decimal): -1799542 or 9079524. OLE color: 9079524.

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

Color convert

RGB228138138-
CMYK00.390.390.11
HSL62.5%71.76%-
HSV(B)39.47%89.41%-
XYZ45.6736.5128.68-
YUV164.91112.82173-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.24%
GREEN value IS 138 (54.30% from 255) = 27.38%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=45.24%
G=27.38%
B=27.38%

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
Decimal22813813800.390.390.11062.571.76
HexE48A8A02727B03e48
Octal3442122120474713076110
Binary1110010010001010100010100100111100111101101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48A8A; }

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

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

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

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

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

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

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

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