#EA9493

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

Shades of Sweet Pink #EA9493

Tints of Sweet Pink #EA9493

Color information

#EA9493 (or 0xEA9493) is unknown color: approx Sweet Pink. HEX triplet: EA, 94 and 93. RGB value is (234,148,147). Sum of RGB (Red+Green+Blue) = 234+148+147=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9493 is #156B6C. Grayscale: #ADADAD. Windows color (decimal): -1403757 or 9671914. OLE color: 9671914.

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

Color convert

RGB234148147-
CMYK00.370.370.08
HSL0.69º67.44%74.71%-
HSV(B)0.69º37.18%91.76%-
XYZ49.7940.7832.85-
YUV173.6112.99171.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.23%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 147 (57.81% from 255) = 27.79%
R=44.23%
G=27.98%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414814700.370.370.080.6967.4474.71
HexEA94930252581434b
Octal35222422304545101103113
Binary11101010100101001001001101001011001011000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9493; }

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

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

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

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

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

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

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

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