#EFA5D9

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

Shades of Lavender Rose #EFA5D9

Tints of Lavender Rose #EFA5D9

Color information

#EFA5D9 (or 0xEFA5D9) is unknown color: approx Lavender Rose. HEX triplet: EF, A5 and D9. RGB value is (239,165,217). Sum of RGB (Red+Green+Blue) = 239+165+217=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 165 (64.84% from 255 or 26.57% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5D9 is #105A26. Grayscale: #C0C0C0. Windows color (decimal): -1071655 or 14263791. OLE color: 14263791.

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

Color convert

RGB239165217-
CMYK00.310.090.06
HSL317.84º69.81%79.22%-
HSV(B)317.84º30.96%93.73%-
XYZ61.5850.2772.1-
YUV193.05141.52160.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 165 (64.84% from 255) = 26.57%
BLUE value IS 217 (85.16% from 255) = 34.94%
R=38.49%
G=26.57%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916521700.310.090.06317.8469.8179.22
HexEFA5D901F9613e464f
Octal357245331037116476106117
Binary111011111010010111011001011111100111010011111010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA5D9; }

 p { color: rgb(239,165,217); }

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

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

 a { background-color: rgb(239,165,217); }

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

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

 span { border-color: rgb(239,165,217); }

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