#EA9793

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

Shades of Sweet Pink #EA9793

Tints of Sweet Pink #EA9793

Color information

#EA9793 (or 0xEA9793) is unknown color: approx Sweet Pink. HEX triplet: EA, 97 and 93. RGB value is (234,151,147). Sum of RGB (Red+Green+Blue) = 234+151+147=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9793 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9793 is #15686C. Grayscale: #AFAFAF. Windows color (decimal): -1402989 or 9672682. OLE color: 9672682.

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

Color convert

RGB234151147-
CMYK00.350.370.08
HSL2.76º67.44%74.71%-
HSV(B)2.76º37.18%91.76%-
XYZ50.2641.7333.01-
YUV175.36112169.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.98%
GREEN value IS 151 (59.38% from 255) = 28.38%
BLUE value IS 147 (57.81% from 255) = 27.63%
R=43.98%
G=28.38%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415114700.350.370.082.7667.4474.71
HexEA97930232583434b
Octal35222722304345103103113
Binary111010101001011110010011010001110010110001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9793; }

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

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

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

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

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

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

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

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