#EFA8EB

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

Shades of Lavender Rose #EFA8EB

Tints of Lavender Rose #EFA8EB

Color information

#EFA8EB (or 0xEFA8EB) is unknown color: approx Lavender Rose. HEX triplet: EF, A8 and EB. RGB value is (239,168,235). Sum of RGB (Red+Green+Blue) = 239+168+235=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 168 (66.02% from 255 or 26.17% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8EB is #105714. Grayscale: #C4C4C4. Windows color (decimal): -1070869 or 15444207. OLE color: 15444207.

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

Color convert

RGB239168235-
CMYK00.300.020.06
HSL303.38º68.93%79.8%-
HSV(B)303.38º29.71%93.73%-
XYZ64.5952.3585.3-
YUV196.87149.52158.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 168 (66.02% from 255) = 26.17%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=37.23%
G=26.17%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916823500.300.020.06303.3868.9379.8
HexEFA8EB01E2612f4550
Octal35725035303626457105120
Binary1110111110101000111010110111101011010010111110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8EB; }

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

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

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

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

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

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

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

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