#EFA9E6

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

Shades of Lavender Rose #EFA9E6

Tints of Lavender Rose #EFA9E6

Color information

#EFA9E6 (or 0xEFA9E6) is unknown color: approx Lavender Rose. HEX triplet: EF, A9 and E6. RGB value is (239,169,230). Sum of RGB (Red+Green+Blue) = 239+169+230=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA9E6 is #105619. Grayscale: #C4C4C4. Windows color (decimal): -1070618 or 15116783. OLE color: 15116783.

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

Color convert

RGB239169230-
CMYK00.290.040.06
HSL307.71º68.63%80%-
HSV(B)307.71º29.29%93.73%-
XYZ64.0752.4481.61-
YUV196.88146.69158.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 169 (66.41% from 255) = 26.49%
BLUE value IS 230 (90.23% from 255) = 36.05%
R=37.46%
G=26.49%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916923000.290.040.06307.7168.6380
HexEFA9E601D461344550
Octal35725134603546464105120
Binary11101111101010011110011001110110011010011010010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9E6; }

 p { color: rgb(239,169,230); }

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

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

 a { background-color: rgb(239,169,230); }

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

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

 span { border-color: rgb(239,169,230); }

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