#EA9B99

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

Shades of Sweet Pink #EA9B99

Tints of Sweet Pink #EA9B99

Color information

#EA9B99 (or 0xEA9B99) is unknown color: approx Sweet Pink. HEX triplet: EA, 9B and 99. RGB value is (234,155,153). Sum of RGB (Red+Green+Blue) = 234+155+153=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9B99 is #156466. Grayscale: #B2B2B2. Windows color (decimal): -1401959 or 10066922. OLE color: 10066922.

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

Color convert

RGB234155153-
CMYK00.340.350.08
HSL1.48º65.85%75.88%-
HSV(B)1.48º34.62%91.76%-
XYZ51.443.2435.77-
YUV178.39113.67167.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.17%
GREEN value IS 155 (60.94% from 255) = 28.60%
BLUE value IS 153 (60.16% from 255) = 28.23%
R=43.17%
G=28.60%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415515300.340.350.081.4865.8575.88
HexEA9B990222381424c
Octal35223323104243101102114
Binary11101010100110111001100101000101000111000110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9B99; }

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

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

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

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

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

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

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

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