#EFA2CC

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

Shades of Lavender Pink #EFA2CC

Tints of Lavender Pink #EFA2CC

Color information

#EFA2CC (or 0xEFA2CC) is unknown color: approx Lavender Pink. HEX triplet: EF, A2 and CC. RGB value is (239,162,204). Sum of RGB (Red+Green+Blue) = 239+162+204=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2CC is #105D33. Grayscale: #BDBDBD. Windows color (decimal): -1072436 or 13411055. OLE color: 13411055.

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

Color convert

RGB239162204-
CMYK00.320.150.06
HSL327.27º70.64%78.63%-
HSV(B)327.27º32.22%93.73%-
XYZ59.4248.5563.37-
YUV189.81136.01163.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 162 (63.67% from 255) = 26.78%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=39.50%
G=26.78%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916220400.320.150.06327.2770.6478.63
HexEFA2CC020F6147474f
Octal357242314040176507107117
Binary1110111110100010110011000100000111111010100011110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA2CC; }

 p { color: rgb(239,162,204); }

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

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

 a { background-color: rgb(239,162,204); }

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

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

 span { border-color: rgb(239,162,204); }

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