#EFA7EB

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

Shades of Lavender Rose #EFA7EB

Tints of Lavender Rose #EFA7EB

Color information

#EFA7EB (or 0xEFA7EB) is unknown color: approx Lavender Rose. HEX triplet: EF, A7 and EB. RGB value is (239,167,235). Sum of RGB (Red+Green+Blue) = 239+167+235=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 167 (65.62% from 255 or 26.05% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA7EB is #105814. Grayscale: #C4C4C4. Windows color (decimal): -1071125 or 15443951. OLE color: 15443951.

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

Color convert

RGB239167235-
CMYK00.300.020.06
HSL303.33º69.23%79.61%-
HSV(B)303.33º30.13%93.73%-
XYZ64.4151.9985.24-
YUV196.28149.85158.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 167 (65.62% from 255) = 26.05%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=37.29%
G=26.05%
B=36.66%

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
Decimal23916723500.300.020.06303.3369.2379.61
HexEFA7EB01E2612f4550
Octal35724735303626457105120
Binary1110111110100111111010110111101011010010111110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA7EB; }

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

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

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

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

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

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

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

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