#EF8B8B

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

Shades of Sweet Pink #EF8B8B

Tints of Sweet Pink #EF8B8B

Color information

#EF8B8B (or 0xEF8B8B) is unknown color: approx Sweet Pink. HEX triplet: EF, 8B and 8B. RGB value is (239,139,139). Sum of RGB (Red+Green+Blue) = 239+139+139=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8B8B is #107474. Grayscale: #A8A8A8. Windows color (decimal): -1078389 or 9145327. OLE color: 9145327.

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

Color convert

RGB239139139-
CMYK00.420.420.06
HSL75.76%74.12%-
HSV(B)41.84%93.73%-
XYZ49.4938.6829.28-
YUV168.9111.13178-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.23%
GREEN value IS 139 (54.69% from 255) = 26.89%
BLUE value IS 139 (54.69% from 255) = 26.89%
R=46.23%
G=26.89%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913913900.420.420.06075.7674.12
HexEF8B8B02A2A604c4a
Octal3572132130525260114112
Binary1110111110001011100010110101010101010110010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8B8B; }

 p { color: rgb(239,139,139); }

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

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

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

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

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

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

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