#EF948D

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

Shades of Sweet Pink #EF948D

Tints of Sweet Pink #EF948D

Color information

#EF948D (or 0xEF948D) is unknown color: approx Sweet Pink. HEX triplet: EF, 94 and 8D. RGB value is (239,148,141). Sum of RGB (Red+Green+Blue) = 239+148+141=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF948D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF948D is #106B72. Grayscale: #AEAEAE. Windows color (decimal): -1076083 or 9278703. OLE color: 9278703.

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

Color convert

RGB239148141-
CMYK00.380.410.06
HSL4.29º75.38%74.51%-
HSV(B)4.29º41%93.73%-
XYZ50.9941.4530.51-
YUV174.41109.15174.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.27%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 141 (55.47% from 255) = 26.70%
R=45.27%
G=28.03%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914814100.380.410.064.2975.3874.51
HexEF948D02629644b4b
Octal3572242150465164113113
Binary111011111001010010001101010011010100111010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF948D; }

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

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

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

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

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

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

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

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