#E5908A

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

Shades of Sweet Pink #E5908A

Tints of Sweet Pink #E5908A

Color information

#E5908A (or 0xE5908A) is unknown color: approx Sweet Pink. HEX triplet: E5, 90 and 8A. RGB value is (229,144,138). Sum of RGB (Red+Green+Blue) = 229+144+138=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5908A is #1A6F75. Grayscale: #A8A8A8. Windows color (decimal): -1732470 or 9081061. OLE color: 9081061.

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

Color convert

RGB229144138-
CMYK00.370.400.10
HSL3.96º63.64%71.96%-
HSV(B)3.96º39.74%89.8%-
XYZ46.8738.4428.99-
YUV168.73110.66170.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.81%
GREEN value IS 144 (56.64% from 255) = 28.18%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=44.81%
G=28.18%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914413800.370.400.103.9663.6471.96
HexE5908A02528A44048
Octal34522021204550124100110
Binary1110010110010000100010100100101101000101010010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5908A; }

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

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

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

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

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

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

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

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