#EA9B95

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

Shades of Sweet Pink #EA9B95

Tints of Sweet Pink #EA9B95

Color information

#EA9B95 (or 0xEA9B95) is unknown color: approx Sweet Pink. HEX triplet: EA, 9B and 95. RGB value is (234,155,149). Sum of RGB (Red+Green+Blue) = 234+155+149=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9B95 is #15646A. Grayscale: #B2B2B2. Windows color (decimal): -1401963 or 9804778. OLE color: 9804778.

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

Color convert

RGB234155149-
CMYK00.340.360.08
HSL4.24º66.93%75.1%-
HSV(B)4.24º36.32%91.76%-
XYZ51.0843.1134.06-
YUV177.94111.67167.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 149 (58.59% from 255) = 27.70%
R=43.49%
G=28.81%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415514900.340.360.084.2466.9375.1
HexEA9B950222484434b
Octal35223322504244104103113
Binary1110101010011011100101010100010100100100010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9B95; }

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

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

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

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

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

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

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

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