#EA9791

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

Shades of Sweet Pink #EA9791

Tints of Sweet Pink #EA9791

Color information

#EA9791 (or 0xEA9791) is unknown color: approx Sweet Pink. HEX triplet: EA, 97 and 91. RGB value is (234,151,145). Sum of RGB (Red+Green+Blue) = 234+151+145=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9791 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9791 is #15686E. Grayscale: #AFAFAF. Windows color (decimal): -1402991 or 9541610. OLE color: 9541610.

HSL color Cylindrical-coordinate representation of color #EA9791: hue angle of 4.04º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA9791 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234151145-
CMYK00.350.380.08
HSL4.04º67.94%74.31%-
HSV(B)4.04º38.03%91.76%-
XYZ50.1141.6732.19-
YUV175.13111169.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.15%
GREEN value IS 151 (59.38% from 255) = 28.49%
BLUE value IS 145 (57.03% from 255) = 27.36%
R=44.15%
G=28.49%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415114500.350.380.084.0467.9474.31
HexEA97910232684444a
Octal35222722104346104104112
Binary1110101010010111100100010100011100110100010010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9791; }

 p { color: rgb(234,151,145); }

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

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

 a { background-color: rgb(234,151,145); }

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

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

 span { border-color: rgb(234,151,145); }

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