#EFA8C7

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

Shades of Carnation Pink #EFA8C7

Tints of Carnation Pink #EFA8C7

Color information

#EFA8C7 (or 0xEFA8C7) is unknown color: approx Carnation Pink. HEX triplet: EF, A8 and C7. RGB value is (239,168,199). Sum of RGB (Red+Green+Blue) = 239+168+199=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8C7 is #105738. Grayscale: #C0C0C0. Windows color (decimal): -1070905 or 13084911. OLE color: 13084911.

HSL color Cylindrical-coordinate representation of color #EFA8C7: hue angle of 333.8º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA8C7 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB239168199-
CMYK00.300.170.06
HSL333.8º68.93%79.8%-
HSV(B)333.8º29.71%93.73%-
XYZ59.9150.4860.62-
YUV192.76131.52160.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 168 (66.02% from 255) = 27.72%
BLUE value IS 199 (78.12% from 255) = 32.84%
R=39.44%
G=27.72%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916819900.300.170.06333.868.9379.8
HexEFA8C701E11614e4550
Octal357250307036216516105120
Binary1110111110101000110001110111101000111010100111010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8C7; }

 p { color: rgb(239,168,199); }

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

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

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

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

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

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

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