#EA9E96

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

Shades of Sweet Pink #EA9E96

Tints of Sweet Pink #EA9E96

Color information

#EA9E96 (or 0xEA9E96) is unknown color: approx Sweet Pink. HEX triplet: EA, 9E and 96. RGB value is (234,158,150). Sum of RGB (Red+Green+Blue) = 234+158+150=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9E96 is #156169. Grayscale: #B3B3B3. Windows color (decimal): -1401194 or 9871082. OLE color: 9871082.

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

Color convert

RGB234158150-
CMYK00.320.360.08
HSL5.71º66.67%75.29%-
HSV(B)5.71º35.9%91.76%-
XYZ51.6644.1534.65-
YUV179.81111.18166.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.17%
GREEN value IS 158 (62.11% from 255) = 29.15%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=43.17%
G=29.15%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415815000.320.360.085.7166.6775.29
HexEA9E960202486434b
Octal35223622604044106103113
Binary1110101010011110100101100100000100100100011010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9E96; }

 p { color: rgb(234,158,150); }

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

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

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

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

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

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

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