#EA9D98

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

Shades of Sweet Pink #EA9D98

Tints of Sweet Pink #EA9D98

Color information

#EA9D98 (or 0xEA9D98) is unknown color: approx Sweet Pink. HEX triplet: EA, 9D and 98. RGB value is (234,157,152). Sum of RGB (Red+Green+Blue) = 234+157+152=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D98 is #156267. Grayscale: #B3B3B3. Windows color (decimal): -1401448 or 10001898. OLE color: 10001898.

HSL color Cylindrical-coordinate representation of color #EA9D98: hue angle of 3.66º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA9D98 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB234157152-
CMYK00.330.350.08
HSL3.66º66.13%75.69%-
HSV(B)3.66º35.04%91.76%-
XYZ51.6643.8735.45-
YUV179.45112.51166.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 157 (61.72% from 255) = 28.91%
BLUE value IS 152 (59.77% from 255) = 27.99%
R=43.09%
G=28.91%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415715200.330.350.083.6666.1375.69
HexEA9D980212384424c
Octal35223523004143104102114
Binary1110101010011101100110000100001100011100010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9D98; }

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

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

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

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

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

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

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

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