#EFA6D5

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

Shades of Lavender Rose #EFA6D5

Tints of Lavender Rose #EFA6D5

Color information

#EFA6D5 (or 0xEFA6D5) is unknown color: approx Lavender Rose. HEX triplet: EF, A6 and D5. RGB value is (239,166,213). Sum of RGB (Red+Green+Blue) = 239+166+213=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6D5 is #10592A. Grayscale: #C1C1C1. Windows color (decimal): -1071403 or 14001903. OLE color: 14001903.

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

Color convert

RGB239166213-
CMYK00.310.110.06
HSL321.37º69.52%79.41%-
HSV(B)321.37º30.54%93.73%-
XYZ61.2450.4369.46-
YUV193.18139.18160.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 166 (65.23% from 255) = 26.86%
BLUE value IS 213 (83.59% from 255) = 34.47%
R=38.67%
G=26.86%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916621300.310.110.06321.3769.5279.41
HexEFA6D501FB6141464f
Octal357246325037136501106117
Binary111011111010011011010101011111101111010100000110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6D5; }

 p { color: rgb(239,166,213); }

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

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

 a { background-color: rgb(239,166,213); }

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

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

 span { border-color: rgb(239,166,213); }

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