#EA928A

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

Shades of Sweet Pink #EA928A

Tints of Sweet Pink #EA928A

Color information

#EA928A (or 0xEA928A) is unknown color: approx Sweet Pink. HEX triplet: EA, 92 and 8A. RGB value is (234,146,138). Sum of RGB (Red+Green+Blue) = 234+146+138=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA928A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA928A is #156D75. Grayscale: #ABABAB. Windows color (decimal): -1404278 or 9081578. OLE color: 9081578.

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

Color convert

RGB234146138-
CMYK00.380.410.08
HSL69.57%72.94%-
HSV(B)41.03%91.76%-
XYZ48.839.8929.17-
YUV171.4109.15172.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 138 (54.30% from 255) = 26.64%
R=45.17%
G=28.19%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414613800.380.410.08569.5772.94
HexEA928A02629854649
Octal35222221204651105106111
Binary1110101010010010100010100100110101001100010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA928A; }

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

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

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

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

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

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

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

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