Html Css Color HEX #EA978C Sweet Pink

📋 copy color: '#EA978C'

red 234 ◦ green 151 ◦ blue 140

#EA978C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sweet Pink #EA978C

Tints of Sweet Pink #EA978C

RGB

 RED value IS 234 (91.8% from 255) = 44.57%

 GREEN value IS 151 (59.38% from 255) = 28.76%

 BLUE value IS 140 (55.08% from 255) = 26.67%

R = 44.57%
G = 28.76%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA978C (or 0xEA978C) is known color: Sweet Pink. HEX triplet: EA, 97 and 8C. RGB value is (234,151,140). Sum of RGB (Red+Green+Blue) = 234+151+140=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA978C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA978C is #156873. Grayscale: #AEAEAE. Windows color (decimal): -1402996 or 9213930. OLE color: 9213930.

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

Color convert

RGB 234 151 140 -
CMYK 0 0.35 0.40 0.08
HSL 7.02º 0.69% 0.73% -
HSV(B) 7.02º 0.4% 0.92% -
XYZ 49.73 41.52 30.2 -
YUV 174.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 234 151 140 0 0.35 0.40 0.08 7.02 0.69 0.73
Hex EA 97 8C 0 23 28 8 7 45 49
Octal 352 227 214 0 43 50 10 7 105 111
Binary 11101010 10010111 10001100 0 100011 101000 1000 111 1000101 1001001

Color Harmonies of #EA978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA978C

Black with #EA978C

Text Example


Text Example

White with #EA978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA978C; }

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

 H1.HeaderClassName
 {
   color: #EA978C;
 }
 .AnyTagClassName
 {
   color: #EA978C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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