#EFA0E0

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

Shades of Lavender Rose #EFA0E0

Tints of Lavender Rose #EFA0E0

Color information

#EFA0E0 (or 0xEFA0E0) is unknown color: approx Lavender Rose. HEX triplet: EF, A0 and E0. RGB value is (239,160,224). Sum of RGB (Red+Green+Blue) = 239+160+224=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 160 (62.89% from 255 or 25.68% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0E0 is #105F1F. Grayscale: #BEBEBE. Windows color (decimal): -1072928 or 14721263. OLE color: 14721263.

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

Color convert

RGB239160224-
CMYK00.330.060.06
HSL311.39º71.17%78.24%-
HSV(B)311.39º33.05%93.73%-
XYZ61.6248.8776.71-
YUV190.92146.67162.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 160 (62.89% from 255) = 25.68%
BLUE value IS 224 (87.89% from 255) = 35.96%
R=38.36%
G=25.68%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916022400.330.060.06311.3971.1778.24
HexEFA0E002166137474e
Octal35724034004166467107116
Binary111011111010000011100000010000111011010011011110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA0E0; }

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

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

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

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

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

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

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

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