#EF978D

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

Shades of Sweet Pink #EF978D

Tints of Sweet Pink #EF978D

Color information

#EF978D (or 0xEF978D) is unknown color: approx Sweet Pink. HEX triplet: EF, 97 and 8D. RGB value is (239,151,141). Sum of RGB (Red+Green+Blue) = 239+151+141=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF978D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF978D is #106872. Grayscale: #B0B0B0. Windows color (decimal): -1075315 or 9279471. OLE color: 9279471.

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

Color convert

RGB239151141-
CMYK00.370.410.06
HSL6.12º75.38%74.51%-
HSV(B)6.12º41%93.73%-
XYZ51.4742.4130.67-
YUV176.17108.15172.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.01%
GREEN value IS 151 (59.38% from 255) = 28.44%
BLUE value IS 141 (55.47% from 255) = 26.55%
R=45.01%
G=28.44%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915114100.370.410.066.1275.3874.51
HexEF978D02529664b4b
Octal3572272150455166113113
Binary111011111001011110001101010010110100111011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF978D; }

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

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

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

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

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

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

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

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