#EFA4E4

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

Shades of Lavender Rose #EFA4E4

Tints of Lavender Rose #EFA4E4

Color information

#EFA4E4 (or 0xEFA4E4) is unknown color: approx Lavender Rose. HEX triplet: EF, A4 and E4. RGB value is (239,164,228). Sum of RGB (Red+Green+Blue) = 239+164+228=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 164 (64.45% from 255 or 25.99% from 631); Blue value is 228 (89.45% from 255 or 36.13% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4E4 is #105B1B. Grayscale: #C1C1C1. Windows color (decimal): -1071900 or 14984431. OLE color: 14984431.

HSL color Cylindrical-coordinate representation of color #EFA4E4: hue angle of 308.8º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA4E4 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB239164228-
CMYK00.310.050.06
HSL308.8º70.09%79.02%-
HSV(B)308.8º31.38%93.73%-
XYZ62.8850.579.83-
YUV193.72147.35160.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 164 (64.45% from 255) = 25.99%
BLUE value IS 228 (89.45% from 255) = 36.13%
R=37.88%
G=25.99%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916422800.310.050.06308.870.0979.02
HexEFA4E401F56135464f
Octal35724434403756465106117
Binary11101111101001001110010001111110111010011010110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4E4; }

 p { color: rgb(239,164,228); }

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

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

 a { background-color: rgb(239,164,228); }

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

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

 span { border-color: rgb(239,164,228); }

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