#EA9C9B

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

Shades of Sweet Pink #EA9C9B

Tints of Sweet Pink #EA9C9B

Color information

#EA9C9B (or 0xEA9C9B) is unknown color: approx Sweet Pink. HEX triplet: EA, 9C and 9B. RGB value is (234,156,155). Sum of RGB (Red+Green+Blue) = 234+156+155=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9C9B is #156364. Grayscale: #B3B3B3. Windows color (decimal): -1401701 or 10198250. OLE color: 10198250.

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

Color convert

RGB234156155-
CMYK00.330.340.08
HSL0.76º65.29%76.27%-
HSV(B)0.76º33.76%91.76%-
XYZ51.7443.6436.71-
YUV179.21114.34167.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 156 (61.33% from 255) = 28.62%
BLUE value IS 155 (60.94% from 255) = 28.44%
R=42.94%
G=28.62%
B=28.44%

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
Decimal23415615500.330.340.080.7665.2976.27
HexEA9C9B0212281414c
Octal35223423304142101101114
Binary11101010100111001001101101000011000101000110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9C9B; }

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

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

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

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

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

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

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

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