#EA9B97

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

Shades of Sweet Pink #EA9B97

Tints of Sweet Pink #EA9B97

Color information

#EA9B97 (or 0xEA9B97) is unknown color: approx Sweet Pink. HEX triplet: EA, 9B and 97. RGB value is (234,155,151). Sum of RGB (Red+Green+Blue) = 234+155+151=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9B97 is #156468. Grayscale: #B2B2B2. Windows color (decimal): -1401961 or 9935850. OLE color: 9935850.

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

Color convert

RGB234155151-
CMYK00.340.350.08
HSL2.89º66.4%75.49%-
HSV(B)2.89º35.47%91.76%-
XYZ51.2443.1734.91-
YUV178.16112.67167.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.33%
GREEN value IS 155 (60.94% from 255) = 28.70%
BLUE value IS 151 (59.38% from 255) = 27.96%
R=43.33%
G=28.70%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415515100.340.350.082.8966.475.49
HexEA9B970222383424b
Octal35223322704243103102113
Binary111010101001101110010111010001010001110001110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9B97; }

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

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

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

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

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

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

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

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