#EA9995

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

Shades of Sweet Pink #EA9995

Tints of Sweet Pink #EA9995

Color information

#EA9995 (or 0xEA9995) is unknown color: approx Sweet Pink. HEX triplet: EA, 99 and 95. RGB value is (234,153,149). Sum of RGB (Red+Green+Blue) = 234+153+149=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9995 is #15666A. Grayscale: #B0B0B0. Windows color (decimal): -1402475 or 9804266. OLE color: 9804266.

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

Color convert

RGB234153149-
CMYK00.350.360.08
HSL2.82º66.93%75.1%-
HSV(B)2.82º36.32%91.76%-
XYZ50.7542.4433.95-
YUV176.76112.34168.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 153 (60.16% from 255) = 28.54%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=43.66%
G=28.54%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415314900.350.360.082.8266.9375.1
HexEA99950232483434b
Octal35223122504344103103113
Binary111010101001100110010101010001110010010001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9995; }

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

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

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

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

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

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

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

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