#EA928D

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

Shades of Sweet Pink #EA928D

Tints of Sweet Pink #EA928D

Color information

#EA928D (or 0xEA928D) is unknown color: approx Sweet Pink. HEX triplet: EA, 92 and 8D. RGB value is (234,146,141). Sum of RGB (Red+Green+Blue) = 234+146+141=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA928D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA928D is #156D72. Grayscale: #ABABAB. Windows color (decimal): -1404275 or 9278186. OLE color: 9278186.

HSL color Cylindrical-coordinate representation of color #EA928D: hue angle of 3.23º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA928D is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234146141-
CMYK00.380.400.08
HSL3.23º68.89%73.53%-
HSV(B)3.23º39.74%91.76%-
XYZ49.0239.9730.33-
YUV171.74110.65172.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 141 (55.47% from 255) = 27.06%
R=44.91%
G=28.02%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414614100.380.400.083.2368.8973.53
HexEA928D0262883454a
Octal35222221504650103105112
Binary111010101001001010001101010011010100010001110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA928D; }

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

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

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

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

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

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

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

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