#EFA4E9

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

Shades of Lavender Rose #EFA4E9

Tints of Lavender Rose #EFA4E9

Color information

#EFA4E9 (or 0xEFA4E9) is unknown color: approx Lavender Rose. HEX triplet: EF, A4 and E9. RGB value is (239,164,233). Sum of RGB (Red+Green+Blue) = 239+164+233=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 164 (64.45% from 255 or 25.79% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA4E9 is #105B16. Grayscale: #C2C2C2. Windows color (decimal): -1071895 or 15312111. OLE color: 15312111.

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

Color convert

RGB239164233-
CMYK00.310.030.06
HSL304.8º70.09%79.02%-
HSV(B)304.8º31.38%93.73%-
XYZ63.5850.7883.54-
YUV194.29149.85159.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 164 (64.45% from 255) = 25.79%
BLUE value IS 233 (91.41% from 255) = 36.64%
R=37.58%
G=25.79%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916423300.310.030.06304.870.0979.02
HexEFA4E901F36131464f
Octal35724435103736461106117
Binary1110111110100100111010010111111111010011000110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4E9; }

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

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

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

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

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

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

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

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