#E58A8A

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

Shades of Sweet Pink #E58A8A

Tints of Sweet Pink #E58A8A

Color information

#E58A8A (or 0xE58A8A) is unknown color: approx Sweet Pink. HEX triplet: E5, 8A and 8A. RGB value is (229,138,138). Sum of RGB (Red+Green+Blue) = 229+138+138=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58A8A is #1A7575. Grayscale: #A5A5A5. Windows color (decimal): -1734006 or 9079525. OLE color: 9079525.

HSL color Cylindrical-coordinate representation of color #E58A8A: hue angle of 0º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58A8A is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB229138138-
CMYK00.400.400.10
HSL63.64%71.96%-
HSV(B)39.74%89.8%-
XYZ45.9936.6728.7-
YUV165.21112.65173.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.35%
GREEN value IS 138 (54.30% from 255) = 27.33%
BLUE value IS 138 (54.30% from 255) = 27.33%
R=45.35%
G=27.33%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913813800.400.400.10063.6471.96
HexE58A8A02828A04048
Octal34521221205050120100110
Binary11100101100010101000101001010001010001010010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58A8A; }

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

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

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

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

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

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

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

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