#EF928F

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

Shades of Sweet Pink #EF928F

Tints of Sweet Pink #EF928F

Color information

#EF928F (or 0xEF928F) is unknown color: approx Sweet Pink. HEX triplet: EF, 92 and 8F. RGB value is (239,146,143). Sum of RGB (Red+Green+Blue) = 239+146+143=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF928F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF928F is #106D70. Grayscale: #ADADAD. Windows color (decimal): -1076593 or 9409263. OLE color: 9409263.

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

Color convert

RGB239146143-
CMYK00.390.400.06
HSL1.88º75%74.9%-
HSV(B)1.88º40.17%93.73%-
XYZ50.8340.8931.2-
YUV173.46110.81174.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.27%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 143 (56.25% from 255) = 27.08%
R=45.27%
G=27.65%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914614300.390.400.061.887574.9
HexEF928F02728624b4b
Octal3572222170475062113113
Binary11101111100100101000111101001111010001101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF928F; }

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

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

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

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

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

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

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

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