#EF948F

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

Shades of Sweet Pink #EF948F

Tints of Sweet Pink #EF948F

Color information

#EF948F (or 0xEF948F) is unknown color: approx Sweet Pink. HEX triplet: EF, 94 and 8F. RGB value is (239,148,143). Sum of RGB (Red+Green+Blue) = 239+148+143=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF948F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF948F is #106B70. Grayscale: #AEAEAE. Windows color (decimal): -1076081 or 9409775. OLE color: 9409775.

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

Color convert

RGB239148143-
CMYK00.380.400.06
HSL3.13º75%74.9%-
HSV(B)3.13º40.17%93.73%-
XYZ51.1441.5131.3-
YUV174.64110.15173.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.09%
GREEN value IS 148 (58.20% from 255) = 27.92%
BLUE value IS 143 (56.25% from 255) = 26.98%
R=45.09%
G=27.92%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914814300.380.400.063.137574.9
HexEF948F02628634b4b
Octal3572242170465063113113
Binary11101111100101001000111101001101010001101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF948F; }

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

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

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

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

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

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

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

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