#EFA4D6

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

Shades of Lavender Rose #EFA4D6

Tints of Lavender Rose #EFA4D6

Color information

#EFA4D6 (or 0xEFA4D6) is unknown color: approx Lavender Rose. HEX triplet: EF, A4 and D6. RGB value is (239,164,214). Sum of RGB (Red+Green+Blue) = 239+164+214=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4D6 is #105B29. Grayscale: #BFBFBF. Windows color (decimal): -1071914 or 14066927. OLE color: 14066927.

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

Color convert

RGB239164214-
CMYK00.310.100.06
HSL320º70.09%79.02%-
HSV(B)320º31.38%93.73%-
XYZ61.0149.7670.01-
YUV192.12140.35161.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 164 (64.45% from 255) = 26.58%
BLUE value IS 214 (83.98% from 255) = 34.68%
R=38.74%
G=26.58%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916421400.310.100.0632070.0979.02
HexEFA4D601FA6140464f
Octal357244326037126500106117
Binary111011111010010011010110011111101011010100000010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4D6; }

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

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

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

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

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

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

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

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