#EF8D88

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

Shades of Sweet Pink #EF8D88

Tints of Sweet Pink #EF8D88

Color information

#EF8D88 (or 0xEF8D88) is unknown color: approx Sweet Pink. HEX triplet: EF, 8D and 88. RGB value is (239,141,136). Sum of RGB (Red+Green+Blue) = 239+141+136=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D88 is #107277. Grayscale: #A9A9A9. Windows color (decimal): -1077880 or 8949231. OLE color: 8949231.

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

Color convert

RGB239141136-
CMYK00.410.430.06
HSL2.91º76.3%73.53%-
HSV(B)2.91º43.1%93.73%-
XYZ49.5739.1828.24-
YUV169.73108.97177.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.32%
GREEN value IS 141 (55.47% from 255) = 27.33%
BLUE value IS 136 (53.52% from 255) = 26.36%
R=46.32%
G=27.33%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914113600.410.430.062.9176.373.53
HexEF8D880292B634c4a
Octal3572152100515363114112
Binary11101111100011011000100001010011010111101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8D88; }

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

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

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

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

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

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

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

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