#EA9085

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

Shades of Sweet Pink #EA9085

Tints of Sweet Pink #EA9085

Color information

#EA9085 (or 0xEA9085) is unknown color: approx Sweet Pink. HEX triplet: EA, 90 and 85. RGB value is (234,144,133). Sum of RGB (Red+Green+Blue) = 234+144+133=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9085 is #156F7A. Grayscale: #A9A9A9. Windows color (decimal): -1404795 or 8753386. OLE color: 8753386.

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

Color convert

RGB234144133-
CMYK00.380.430.08
HSL6.53º70.63%71.96%-
HSV(B)6.53º43.16%91.76%-
XYZ48.1439.1327.21-
YUV169.66107.32173.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.79%
GREEN value IS 144 (56.64% from 255) = 28.18%
BLUE value IS 133 (52.34% from 255) = 26.03%
R=45.79%
G=28.18%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414413300.380.430.086.5370.6371.96
HexEA90850262B874748
Octal35222020504653107107110
Binary1110101010010000100001010100110101011100011110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9085; }

 p { color: rgb(234,144,133); }

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

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

 a { background-color: rgb(234,144,133); }

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

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

 span { border-color: rgb(234,144,133); }

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