#EF8D8D

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

Shades of Sweet Pink #EF8D8D

Tints of Sweet Pink #EF8D8D

Color information

#EF8D8D (or 0xEF8D8D) is unknown color: approx Sweet Pink. HEX triplet: EF, 8D and 8D. RGB value is (239,141,141). Sum of RGB (Red+Green+Blue) = 239+141+141=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D8D is #107272. Grayscale: #AAAAAA. Windows color (decimal): -1077875 or 9276911. OLE color: 9276911.

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

Color convert

RGB239141141-
CMYK00.410.410.06
HSL75.38%74.51%-
HSV(B)41%93.73%-
XYZ49.9339.3230.16-
YUV170.3111.47177-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.87%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 141 (55.47% from 255) = 27.06%
R=45.87%
G=27.06%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914114100.410.410.06075.3874.51
HexEF8D8D02929604b4b
Octal3572152150515160113113
Binary1110111110001101100011010101001101001110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8D8D; }

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

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

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

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

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

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

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

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