#EA9E99

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

Shades of Sweet Pink #EA9E99

Tints of Sweet Pink #EA9E99

Color information

#EA9E99 (or 0xEA9E99) is unknown color: approx Sweet Pink. HEX triplet: EA, 9E and 99. RGB value is (234,158,153). Sum of RGB (Red+Green+Blue) = 234+158+153=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9E99 is #156166. Grayscale: #B4B4B4. Windows color (decimal): -1401191 or 10067690. OLE color: 10067690.

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

Color convert

RGB234158153-
CMYK00.320.350.08
HSL3.7º65.85%75.88%-
HSV(B)3.7º34.62%91.76%-
XYZ51.9144.2535.94-
YUV180.15112.68166.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 158 (62.11% from 255) = 28.99%
BLUE value IS 153 (60.16% from 255) = 28.07%
R=42.94%
G=28.99%
B=28.07%

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
Decimal23415815300.320.350.083.765.8575.88
HexEA9E990202384424c
Octal35223623104043104102114
Binary1110101010011110100110010100000100011100010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9E99; }

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

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

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

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

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

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

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

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