#EA9F99

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

Shades of Sweet Pink #EA9F99

Tints of Sweet Pink #EA9F99

Color information

#EA9F99 (or 0xEA9F99) is unknown color: approx Sweet Pink. HEX triplet: EA, 9F and 99. RGB value is (234,159,153). Sum of RGB (Red+Green+Blue) = 234+159+153=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9F99 is #156066. Grayscale: #B4B4B4. Windows color (decimal): -1400935 or 10067946. OLE color: 10067946.

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

Color convert

RGB234159153-
CMYK00.320.350.08
HSL4.44º65.85%75.88%-
HSV(B)4.44º34.62%91.76%-
XYZ52.0844.5936-
YUV180.74112.35165.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 159 (62.5% from 255) = 29.12%
BLUE value IS 153 (60.16% from 255) = 28.02%
R=42.86%
G=29.12%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415915300.320.350.084.4465.8575.88
HexEA9F990202384424c
Octal35223723104043104102114
Binary1110101010011111100110010100000100011100010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9F99; }

 p { color: rgb(234,159,153); }

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

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

 a { background-color: rgb(234,159,153); }

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

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

 span { border-color: rgb(234,159,153); }

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