#EA9B9A

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

Shades of Sweet Pink #EA9B9A

Tints of Sweet Pink #EA9B9A

Color information

#EA9B9A (or 0xEA9B9A) is unknown color: approx Sweet Pink. HEX triplet: EA, 9B and 9A. RGB value is (234,155,154). Sum of RGB (Red+Green+Blue) = 234+155+154=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9B9A is #156465. Grayscale: #B2B2B2. Windows color (decimal): -1401958 or 10132458. OLE color: 10132458.

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

Color convert

RGB234155154-
CMYK00.340.340.08
HSL0.75º65.57%76.08%-
HSV(B)0.75º34.19%91.76%-
XYZ51.4943.2736.21-
YUV178.51114.17167.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 154 (60.55% from 255) = 28.36%
R=43.09%
G=28.55%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415515400.340.340.080.7565.5776.08
HexEA9B9A0222281424c
Octal35223323204242101102114
Binary11101010100110111001101001000101000101000110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9B9A; }

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

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

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

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

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

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

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

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