#EFA8E6

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

Shades of Lavender Rose #EFA8E6

Tints of Lavender Rose #EFA8E6

Color information

#EFA8E6 (or 0xEFA8E6) is unknown color: approx Lavender Rose. HEX triplet: EF, A8 and E6. RGB value is (239,168,230). Sum of RGB (Red+Green+Blue) = 239+168+230=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8E6 is #105719. Grayscale: #C4C4C4. Windows color (decimal): -1070874 or 15116527. OLE color: 15116527.

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

Color convert

RGB239168230-
CMYK00.300.040.06
HSL307.61º68.93%79.8%-
HSV(B)307.61º29.71%93.73%-
XYZ63.8852.0781.55-
YUV196.3147.02158.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 168 (66.02% from 255) = 26.37%
BLUE value IS 230 (90.23% from 255) = 36.11%
R=37.52%
G=26.37%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916823000.300.040.06307.6168.9379.8
HexEFA8E601E461344550
Octal35725034603646464105120
Binary11101111101010001110011001111010011010011010010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8E6; }

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

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

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

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

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

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

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

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