#EA9D9B

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

Shades of Sweet Pink #EA9D9B

Tints of Sweet Pink #EA9D9B

Color information

#EA9D9B (or 0xEA9D9B) is unknown color: approx Sweet Pink. HEX triplet: EA, 9D and 9B. RGB value is (234,157,155). Sum of RGB (Red+Green+Blue) = 234+157+155=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D9B is #156264. Grayscale: #B3B3B3. Windows color (decimal): -1401445 or 10198506. OLE color: 10198506.

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

Color convert

RGB234157155-
CMYK00.330.340.08
HSL1.52º65.29%76.27%-
HSV(B)1.52º33.76%91.76%-
XYZ51.9143.9736.76-
YUV179.8114.01166.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 155 (60.94% from 255) = 28.39%
R=42.86%
G=28.75%
B=28.39%

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
Decimal23415715500.330.340.081.5265.2976.27
HexEA9D9B0212282414c
Octal35223523304142102101114
Binary111010101001110110011011010000110001010001010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9D9B; }

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

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

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

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

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

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

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

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