#EFA0EA

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

Shades of Lavender Rose #EFA0EA

Tints of Lavender Rose #EFA0EA

Color information

#EFA0EA (or 0xEFA0EA) is unknown color: approx Lavender Rose. HEX triplet: EF, A0 and EA. RGB value is (239,160,234). Sum of RGB (Red+Green+Blue) = 239+160+234=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA0EA is #105F15. Grayscale: #BFBFBF. Windows color (decimal): -1072918 or 15376623. OLE color: 15376623.

HSL color Cylindrical-coordinate representation of color #EFA0EA: hue angle of 303.8º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA0EA is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239160234-
CMYK00.330.020.06
HSL303.8º71.17%78.24%-
HSV(B)303.8º33.05%93.73%-
XYZ63.0249.4384.06-
YUV192.06151.67161.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 160 (62.89% from 255) = 25.28%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=37.76%
G=25.28%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916023400.330.020.06303.871.1778.24
HexEFA0EA02126130474e
Octal35724035204126460107116
Binary11101111101000001110101001000011011010011000010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA0EA; }

 p { color: rgb(239,160,234); }

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

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

 a { background-color: rgb(239,160,234); }

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

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

 span { border-color: rgb(239,160,234); }

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