#EFA8C8

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

Shades of Lavender Pink #EFA8C8

Tints of Lavender Pink #EFA8C8

Color information

#EFA8C8 (or 0xEFA8C8) is unknown color: approx Lavender Pink. HEX triplet: EF, A8 and C8. RGB value is (239,168,200). Sum of RGB (Red+Green+Blue) = 239+168+200=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8C8 is #105737. Grayscale: #C0C0C0. Windows color (decimal): -1070904 or 13150447. OLE color: 13150447.

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

Color convert

RGB239168200-
CMYK00.300.160.06
HSL332.96º68.93%79.8%-
HSV(B)332.96º29.71%93.73%-
XYZ60.0250.5361.23-
YUV192.88132.02160.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 168 (66.02% from 255) = 27.68%
BLUE value IS 200 (78.52% from 255) = 32.95%
R=39.37%
G=27.68%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916820000.300.160.06332.9668.9379.8
HexEFA8C801E10614d4550
Octal357250310036206515105120
Binary1110111110101000110010000111101000011010100110110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8C8; }

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

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

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

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

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

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

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

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