#EA9694

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

Shades of Sweet Pink #EA9694

Tints of Sweet Pink #EA9694

Color information

#EA9694 (or 0xEA9694) is unknown color: approx Sweet Pink. HEX triplet: EA, 96 and 94. RGB value is (234,150,148). Sum of RGB (Red+Green+Blue) = 234+150+148=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9694 is #15696B. Grayscale: #AEAEAE. Windows color (decimal): -1403244 or 9737962. OLE color: 9737962.

HSL color Cylindrical-coordinate representation of color #EA9694: hue angle of 1.4º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA9694 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB234150148-
CMYK00.360.370.08
HSL1.4º67.19%74.9%-
HSV(B)1.4º36.75%91.76%-
XYZ50.1841.4433.37-
YUV174.89112.83170.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.98%
GREEN value IS 150 (58.98% from 255) = 28.20%
BLUE value IS 148 (58.20% from 255) = 27.82%
R=43.98%
G=28.20%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415014800.360.370.081.467.1974.9
HexEA96940242581434b
Octal35222622404445101103113
Binary11101010100101101001010001001001001011000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9694; }

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

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

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

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

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

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

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

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