#EA9288

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

Shades of Sweet Pink #EA9288

Tints of Sweet Pink #EA9288

Color information

#EA9288 (or 0xEA9288) is unknown color: approx Sweet Pink. HEX triplet: EA, 92 and 88. RGB value is (234,146,136). Sum of RGB (Red+Green+Blue) = 234+146+136=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9288 is #156D77. Grayscale: #ABABAB. Windows color (decimal): -1404280 or 8950506. OLE color: 8950506.

HSL color Cylindrical-coordinate representation of color #EA9288: hue angle of 6.12º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA9288 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB234146136-
CMYK00.380.420.08
HSL6.12º70%72.55%-
HSV(B)6.12º41.88%91.76%-
XYZ48.6539.8328.42-
YUV171.17108.15172.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.35%
GREEN value IS 146 (57.42% from 255) = 28.29%
BLUE value IS 136 (53.52% from 255) = 26.36%
R=45.35%
G=28.29%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414613600.380.420.086.127072.55
HexEA92880262A864649
Octal35222221004652106106111
Binary1110101010010010100010000100110101010100011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9288; }

 p { color: rgb(234,146,136); }

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

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

 a { background-color: rgb(234,146,136); }

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

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

 span { border-color: rgb(234,146,136); }

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