#EA9D94

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

Shades of Sweet Pink #EA9D94

Tints of Sweet Pink #EA9D94

Color information

#EA9D94 (or 0xEA9D94) is unknown color: approx Sweet Pink. HEX triplet: EA, 9D and 94. RGB value is (234,157,148). Sum of RGB (Red+Green+Blue) = 234+157+148=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D94 is #15626B. Grayscale: #B3B3B3. Windows color (decimal): -1401452 or 9739754. OLE color: 9739754.

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

Color convert

RGB234157148-
CMYK00.330.370.08
HSL6.28º67.19%74.9%-
HSV(B)6.28º36.75%91.76%-
XYZ51.3343.7433.75-
YUV179110.51167.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 148 (58.20% from 255) = 27.46%
R=43.41%
G=29.13%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415714800.330.370.086.2867.1974.9
HexEA9D940212586434b
Octal35223522404145106103113
Binary1110101010011101100101000100001100101100011010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9D94; }

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

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

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

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

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

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

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

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