#EFAECA

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

Shades of Lavender Pink #EFAECA

Tints of Lavender Pink #EFAECA

Color information

#EFAECA (or 0xEFAECA) is unknown color: approx Lavender Pink. HEX triplet: EF, AE and CA. RGB value is (239,174,202). Sum of RGB (Red+Green+Blue) = 239+174+202=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAECA is #105135. Grayscale: #C4C4C4. Windows color (decimal): -1069366 or 13283055. OLE color: 13283055.

HSL color Cylindrical-coordinate representation of color #EFAECA: hue angle of 334.15º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAECA is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239174202-
CMYK00.270.150.06
HSL334.15º67.01%80.98%-
HSV(B)334.15º27.2%93.73%-
XYZ61.3952.8962.85-
YUV196.63131.03158.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=38.86%
G=28.29%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917420200.270.150.06334.1567.0180.98
HexEFAECA01BF614e4351
Octal357256312033176516103121
Binary111011111010111011001010011011111111010100111010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAECA; }

 p { color: rgb(239,174,202); }

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

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

 a { background-color: rgb(239,174,202); }

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

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

 span { border-color: rgb(239,174,202); }

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