Html Css Color HEX #EF978A Sweet Pink

📋 copy color: '#EF978A'

red 239 ◦ green 151 ◦ blue 138

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

Shades of Sweet Pink #EF978A

Tints of Sweet Pink #EF978A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.14%

R = 45.27%
G = 28.6%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF978A (or 0xEF978A) is known color: Sweet Pink. HEX triplet: EF, 97 and 8A. RGB value is (239,151,138). Sum of RGB (Red+Green+Blue) = 239+151+138=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF978A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF978A is #106875. Grayscale: #AFAFAF. Windows color (decimal): -1075318 or 9082863. OLE color: 9082863.

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

Color convert

RGB 239 151 138 -
CMYK 0 0.37 0.42 0.06
HSL 7.72º 0.76% 0.74% -
HSV(B) 7.72º 0.42% 0.94% -
XYZ 51.25 42.32 29.51 -
YUV 175.83 106.65 173.06 -
System Red Green Blue C M Y K H S L
Decimal 239 151 138 0 0.37 0.42 0.06 7.72 0.76 0.74
Hex EF 97 8A 0 25 2A 6 8 4C 4A
Octal 357 227 212 0 45 52 6 10 114 112
Binary 11101111 10010111 10001010 0 100101 101010 110 1000 1001100 1001010

Color Harmonies of #EF978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF978A

Black with #EF978A

Text Example


Text Example

White with #EF978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF978A; }

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

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

background-color css

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

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

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

border-color css

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

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

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