#EA978A

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

Shades of Sweet Pink #EA978A

Tints of Sweet Pink #EA978A

Color information

#EA978A (or 0xEA978A) is unknown color: approx Sweet Pink. HEX triplet: EA, 97 and 8A. RGB value is (234,151,138). Sum of RGB (Red+Green+Blue) = 234+151+138=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA978A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA978A is #156875. Grayscale: #AEAEAE. Windows color (decimal): -1402998 or 9082858. OLE color: 9082858.

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

Color convert

RGB234151138-
CMYK00.350.410.08
HSL8.13º69.57%72.94%-
HSV(B)8.13º41.03%91.76%-
XYZ49.5941.4629.43-
YUV174.34107.5170.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 151 (59.38% from 255) = 28.87%
BLUE value IS 138 (54.30% from 255) = 26.39%
R=44.74%
G=28.87%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415113800.350.410.088.1369.5772.94
HexEA978A02329884649
Octal352227212043511010106111
Binary11101010100101111000101001000111010011000100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA978A; }

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

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

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

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

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

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

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

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