#EFA8E3

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

Shades of Lavender Rose #EFA8E3

Tints of Lavender Rose #EFA8E3

Color information

#EFA8E3 (or 0xEFA8E3) is unknown color: approx Lavender Rose. HEX triplet: EF, A8 and E3. RGB value is (239,168,227). Sum of RGB (Red+Green+Blue) = 239+168+227=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 168 (66.02% from 255 or 26.50% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8E3 is #10571C. Grayscale: #C3C3C3. Windows color (decimal): -1070877 or 14919919. OLE color: 14919919.

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

Color convert

RGB239168227-
CMYK00.300.050.06
HSL310.14º68.93%79.8%-
HSV(B)310.14º29.71%93.73%-
XYZ63.4651.979.35-
YUV195.96145.52158.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 168 (66.02% from 255) = 26.50%
BLUE value IS 227 (89.06% from 255) = 35.80%
R=37.70%
G=26.50%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916822700.300.050.06310.1468.9379.8
HexEFA8E301E561364550
Octal35725034303656466105120
Binary11101111101010001110001101111010111010011011010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8E3; }

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

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

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

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

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

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

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

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