#EA9E9D

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

Shades of Sweet Pink #EA9E9D

Tints of Sweet Pink #EA9E9D

Color information

#EA9E9D (or 0xEA9E9D) is unknown color: approx Sweet Pink. HEX triplet: EA, 9E and 9D. RGB value is (234,158,157). Sum of RGB (Red+Green+Blue) = 234+158+157=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9E9D is #156162. Grayscale: #B4B4B4. Windows color (decimal): -1401187 or 10329834. OLE color: 10329834.

HSL color Cylindrical-coordinate representation of color #EA9E9D: hue angle of 0.78º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9E9D is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB234158157-
CMYK00.320.330.08
HSL0.78º64.71%76.67%-
HSV(B)0.78º32.91%91.76%-
XYZ52.2444.3837.71-
YUV180.61114.68166.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 158 (62.11% from 255) = 28.78%
BLUE value IS 157 (61.72% from 255) = 28.60%
R=42.62%
G=28.78%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415815700.320.330.080.7864.7176.67
HexEA9E9D0202181414d
Octal35223623504041101101115
Binary11101010100111101001110101000001000011000110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9E9D; }

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

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

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

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

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

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

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

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