#EA9696

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

Shades of Sweet Pink #EA9696

Tints of Sweet Pink #EA9696

Color information

#EA9696 (or 0xEA9696) is unknown color: approx Sweet Pink. HEX triplet: EA, 96 and 96. RGB value is (234,150,150). Sum of RGB (Red+Green+Blue) = 234+150+150=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9696 is #156969. Grayscale: #AFAFAF. Windows color (decimal): -1403242 or 9869034. OLE color: 9869034.

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

Color convert

RGB234150150-
CMYK00.360.360.08
HSL66.67%75.29%-
HSV(B)35.9%91.76%-
XYZ50.3441.5134.21-
YUV175.12113.83170-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.82%
GREEN value IS 150 (58.98% from 255) = 28.09%
BLUE value IS 150 (58.98% from 255) = 28.09%
R=43.82%
G=28.09%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415015000.360.360.08066.6775.29
HexEA96960242480434b
Octal35222622604444100103113
Binary11101010100101101001011001001001001001000010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9696; }

 p { color: rgb(234,150,150); }

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

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

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

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

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

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

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