#EF8A85

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

Shades of Sweet Pink #EF8A85

Tints of Sweet Pink #EF8A85

Color information

#EF8A85 (or 0xEF8A85) is unknown color: approx Sweet Pink. HEX triplet: EF, 8A and 85. RGB value is (239,138,133). Sum of RGB (Red+Green+Blue) = 239+138+133=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8A85 is #10757A. Grayscale: #A7A7A7. Windows color (decimal): -1078651 or 8751855. OLE color: 8751855.

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

Color convert

RGB239138133-
CMYK00.420.440.06
HSL2.83º76.81%72.94%-
HSV(B)2.83º44.35%93.73%-
XYZ48.9238.2226.99-
YUV167.63108.46178.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.86%
GREEN value IS 138 (54.30% from 255) = 27.06%
BLUE value IS 133 (52.34% from 255) = 26.08%
R=46.86%
G=27.06%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913813300.420.440.062.8376.8172.94
HexEF8A8502A2C634d49
Octal3572122050525463115111
Binary11101111100010101000010101010101011001101110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8A85; }

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

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

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

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

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

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

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

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