#EA9C97

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

Shades of Sweet Pink #EA9C97

Tints of Sweet Pink #EA9C97

Color information

#EA9C97 (or 0xEA9C97) is unknown color: approx Sweet Pink. HEX triplet: EA, 9C and 97. RGB value is (234,156,151). Sum of RGB (Red+Green+Blue) = 234+156+151=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9C97 is #156368. Grayscale: #B2B2B2. Windows color (decimal): -1401705 or 9936106. OLE color: 9936106.

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

Color convert

RGB234156151-
CMYK00.330.350.08
HSL3.61º66.4%75.49%-
HSV(B)3.61º35.47%91.76%-
XYZ51.4143.534.97-
YUV178.75112.34167.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.25%
GREEN value IS 156 (61.33% from 255) = 28.84%
BLUE value IS 151 (59.38% from 255) = 27.91%
R=43.25%
G=28.84%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415615100.330.350.083.6166.475.49
HexEA9C970212384424b
Octal35223422704143104102113
Binary1110101010011100100101110100001100011100010010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9C97; }

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

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

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

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

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

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

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

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