#EA948B

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

Shades of Sweet Pink #EA948B

Tints of Sweet Pink #EA948B

Color information

#EA948B (or 0xEA948B) is unknown color: approx Sweet Pink. HEX triplet: EA, 94 and 8B. RGB value is (234,148,139). Sum of RGB (Red+Green+Blue) = 234+148+139=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA948B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA948B is #156B74. Grayscale: #ACACAC. Windows color (decimal): -1403765 or 9147626. OLE color: 9147626.

HSL color Cylindrical-coordinate representation of color #EA948B: hue angle of 5.68º degrees, saturation: 0.69, 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 #EA948B is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234148139-
CMYK00.370.410.08
HSL5.68º69.34%73.14%-
HSV(B)5.68º40.6%91.76%-
XYZ49.1840.5429.66-
YUV172.69108.99171.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 148 (58.20% from 255) = 28.41%
BLUE value IS 139 (54.69% from 255) = 26.68%
R=44.91%
G=28.41%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414813900.370.410.085.6869.3473.14
HexEA948B02529864549
Octal35222421304551106105111
Binary1110101010010100100010110100101101001100011010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA948B; }

 p { color: rgb(234,148,139); }

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

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

 a { background-color: rgb(234,148,139); }

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

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

 span { border-color: rgb(234,148,139); }

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