Html Css Color HEX #EF978C Sweet Pink

📋 copy color: '#EF978C'

red 239 ◦ green 151 ◦ blue 140

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

Shades of Sweet Pink #EF978C

Tints of Sweet Pink #EF978C

RGB

 RED value IS 239 (93.75% from 255) = 45.09%

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

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

R = 45.09%
G = 28.49%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF978C (or 0xEF978C) is known color: Sweet Pink. HEX triplet: EF, 97 and 8C. RGB value is (239,151,140). Sum of RGB (Red+Green+Blue) = 239+151+140=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF978C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF978C is #106873. Grayscale: #B0B0B0. Windows color (decimal): -1075316 or 9213935. OLE color: 9213935.

HSL color Cylindrical-coordinate representation of color #EF978C: hue angle of 6.67º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF978C is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 151 140 -
CMYK 0 0.37 0.41 0.06
HSL 6.67º 0.76% 0.74% -
HSV(B) 6.67º 0.41% 0.94% -
XYZ 51.4 42.38 30.28 -
YUV 176.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 239 151 140 0 0.37 0.41 0.06 6.67 0.76 0.74
Hex EF 97 8C 0 25 29 6 7 4C 4A
Octal 357 227 214 0 45 51 6 7 114 112
Binary 11101111 10010111 10001100 0 100101 101001 110 111 1001100 1001010

Color Harmonies of #EF978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF978C

Black with #EF978C

Text Example


Text Example

White with #EF978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF978C; }

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

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

background-color css

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

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

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

border-color css

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

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

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