#EA9D9A

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

Shades of Sweet Pink #EA9D9A

Tints of Sweet Pink #EA9D9A

Color information

#EA9D9A (or 0xEA9D9A) is unknown color: approx Sweet Pink. HEX triplet: EA, 9D and 9A. RGB value is (234,157,154). Sum of RGB (Red+Green+Blue) = 234+157+154=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D9A is #156265. Grayscale: #B3B3B3. Windows color (decimal): -1401446 or 10132970. OLE color: 10132970.

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

Color convert

RGB234157154-
CMYK00.330.340.08
HSL2.25º65.57%76.08%-
HSV(B)2.25º34.19%91.76%-
XYZ51.8243.9436.32-
YUV179.68113.51166.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 157 (61.72% from 255) = 28.81%
BLUE value IS 154 (60.55% from 255) = 28.26%
R=42.94%
G=28.81%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415715400.330.340.082.2565.5776.08
HexEA9D9A0212282424c
Octal35223523204142102102114
Binary111010101001110110011010010000110001010001010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9D9A; }

 p { color: rgb(234,157,154); }

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

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

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

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

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

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

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