#EF8A8A

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

Shades of Sweet Pink #EF8A8A

Tints of Sweet Pink #EF8A8A

Color information

#EF8A8A (or 0xEF8A8A) is unknown color: approx Sweet Pink. HEX triplet: EF, 8A and 8A. RGB value is (239,138,138). Sum of RGB (Red+Green+Blue) = 239+138+138=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8A8A is #107575. Grayscale: #A8A8A8. Windows color (decimal): -1078646 or 9079535. OLE color: 9079535.

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

Color convert

RGB239138138-
CMYK00.420.420.06
HSL75.94%73.92%-
HSV(B)42.26%93.73%-
XYZ49.2738.3628.85-
YUV168.2110.96178.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.41%
GREEN value IS 138 (54.30% from 255) = 26.80%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=46.41%
G=26.80%
B=26.80%

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
Decimal23913813800.420.420.06075.9473.92
HexEF8A8A02A2A604c4a
Octal3572122120525260114112
Binary1110111110001010100010100101010101010110010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8A8A; }

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

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

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

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

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

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

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

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