#EF9A8E

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

Shades of Sweet Pink #EF9A8E

Tints of Sweet Pink #EF9A8E

Color information

#EF9A8E (or 0xEF9A8E) is unknown color: approx Sweet Pink. HEX triplet: EF, 9A and 8E. RGB value is (239,154,142). Sum of RGB (Red+Green+Blue) = 239+154+142=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A8E is #106571. Grayscale: #B2B2B2. Windows color (decimal): -1074546 or 9345775. OLE color: 9345775.

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

Color convert

RGB239154142-
CMYK00.360.410.06
HSL7.42º75.19%74.71%-
HSV(B)7.42º40.59%93.73%-
XYZ52.0343.4131.23-
YUV178.05107.66171.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.67%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 142 (55.86% from 255) = 26.54%
R=44.67%
G=28.79%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915414200.360.410.067.4275.1974.71
HexEF9A8E02429674b4b
Octal3572322160445167113113
Binary111011111001101010001110010010010100111011110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9A8E; }

 p { color: rgb(239,154,142); }

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

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

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

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

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

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

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