#EFA8EA

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

Shades of Lavender Rose #EFA8EA

Tints of Lavender Rose #EFA8EA

Color information

#EFA8EA (or 0xEFA8EA) is unknown color: approx Lavender Rose. HEX triplet: EF, A8 and EA. RGB value is (239,168,234). Sum of RGB (Red+Green+Blue) = 239+168+234=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8EA is #105715. Grayscale: #C4C4C4. Windows color (decimal): -1070870 or 15378671. OLE color: 15378671.

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

Color convert

RGB239168234-
CMYK00.300.020.06
HSL304.23º68.93%79.8%-
HSV(B)304.23º29.71%93.73%-
XYZ64.4552.384.54-
YUV196.75149.02158.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 168 (66.02% from 255) = 26.21%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=37.29%
G=26.21%
B=36.51%

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
Decimal23916823400.300.020.06304.2368.9379.8
HexEFA8EA01E261304550
Octal35725035203626460105120
Binary1110111110101000111010100111101011010011000010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8EA; }

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

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

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

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

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

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

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

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