#EA9F9A

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

Shades of Sweet Pink #EA9F9A

Tints of Sweet Pink #EA9F9A

Color information

#EA9F9A (or 0xEA9F9A) is unknown color: approx Sweet Pink. HEX triplet: EA, 9F and 9A. RGB value is (234,159,154). Sum of RGB (Red+Green+Blue) = 234+159+154=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9F9A is #156065. Grayscale: #B4B4B4. Windows color (decimal): -1400934 or 10133482. OLE color: 10133482.

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

Color convert

RGB234159154-
CMYK00.320.340.08
HSL3.75º65.57%76.08%-
HSV(B)3.75º34.19%91.76%-
XYZ52.1644.6236.44-
YUV180.86112.85165.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 154 (60.55% from 255) = 28.15%
R=42.78%
G=29.07%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415915400.320.340.083.7565.5776.08
HexEA9F9A0202284424c
Octal35223723204042104102114
Binary1110101010011111100110100100000100010100010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9F9A; }

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

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

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

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

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

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

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

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