#EF998F

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

Shades of Sweet Pink #EF998F

Tints of Sweet Pink #EF998F

Color information

#EF998F (or 0xEF998F) is unknown color: approx Sweet Pink. HEX triplet: EF, 99 and 8F. RGB value is (239,153,143). Sum of RGB (Red+Green+Blue) = 239+153+143=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF998F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF998F is #106670. Grayscale: #B1B1B1. Windows color (decimal): -1074801 or 9411055. OLE color: 9411055.

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

Color convert

RGB239153143-
CMYK00.360.400.06
HSL6.25º75%74.9%-
HSV(B)6.25º40.17%93.73%-
XYZ51.9543.1231.57-
YUV177.57108.49171.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.67%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 143 (56.25% from 255) = 26.73%
R=44.67%
G=28.60%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915314300.360.400.066.257574.9
HexEF998F02428664b4b
Octal3572312170445066113113
Binary111011111001100110001111010010010100011011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF998F; }

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

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

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

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

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

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

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

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