#EA9593

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

Shades of Sweet Pink #EA9593

Tints of Sweet Pink #EA9593

Color information

#EA9593 (or 0xEA9593) is unknown color: approx Sweet Pink. HEX triplet: EA, 95 and 93. RGB value is (234,149,147). Sum of RGB (Red+Green+Blue) = 234+149+147=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9593 is #156A6C. Grayscale: #AEAEAE. Windows color (decimal): -1403501 or 9672170. OLE color: 9672170.

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

Color convert

RGB234149147-
CMYK00.360.370.08
HSL1.38º67.44%74.71%-
HSV(B)1.38º37.18%91.76%-
XYZ49.9541.0932.9-
YUV174.19112.66170.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.15%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 147 (57.81% from 255) = 27.74%
R=44.15%
G=28.11%
B=27.74%

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
Decimal23414914700.360.370.081.3867.4474.71
HexEA95930242581434b
Octal35222522304445101103113
Binary11101010100101011001001101001001001011000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9593; }

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

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

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

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

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

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

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

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