#EA9285

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

Shades of Sweet Pink #EA9285

Tints of Sweet Pink #EA9285

Color information

#EA9285 (or 0xEA9285) is unknown color: approx Sweet Pink. HEX triplet: EA, 92 and 85. RGB value is (234,146,133). Sum of RGB (Red+Green+Blue) = 234+146+133=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9285 is #156D7A. Grayscale: #AAAAAA. Windows color (decimal): -1404283 or 8753898. OLE color: 8753898.

HSL color Cylindrical-coordinate representation of color #EA9285: hue angle of 7.72º 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 #EA9285 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234146133-
CMYK00.380.430.08
HSL7.72º70.63%71.96%-
HSV(B)7.72º43.16%91.76%-
XYZ48.4439.7427.31-
YUV170.83106.65173.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 146 (57.42% from 255) = 28.46%
BLUE value IS 133 (52.34% from 255) = 25.93%
R=45.61%
G=28.46%
B=25.93%

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
Decimal23414613300.380.430.087.7270.6371.96
HexEA92850262B884748
Octal352222205046531010107110
Binary11101010100100101000010101001101010111000100010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9285; }

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

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

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

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

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

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

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

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