#EA9797

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

Shades of Sweet Pink #EA9797

Tints of Sweet Pink #EA9797

Color information

#EA9797 (or 0xEA9797) is unknown color: approx Sweet Pink. HEX triplet: EA, 97 and 97. RGB value is (234,151,151). Sum of RGB (Red+Green+Blue) = 234+151+151=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9797 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9797 is #156868. Grayscale: #AFAFAF. Windows color (decimal): -1402985 or 9934826. OLE color: 9934826.

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

Color convert

RGB234151151-
CMYK00.350.350.08
HSL66.4%75.49%-
HSV(B)35.47%91.76%-
XYZ50.5841.8634.69-
YUV175.82114169.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 151 (59.38% from 255) = 28.17%
BLUE value IS 151 (59.38% from 255) = 28.17%
R=43.66%
G=28.17%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415115100.350.350.08066.475.49
HexEA97970232380424b
Octal35222722704343100102113
Binary11101010100101111001011101000111000111000010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9797; }

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

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

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

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

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

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

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

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