#EFA4D5

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

Shades of Lavender Rose #EFA4D5

Tints of Lavender Rose #EFA4D5

Color information

#EFA4D5 (or 0xEFA4D5) is unknown color: approx Lavender Rose. HEX triplet: EF, A4 and D5. RGB value is (239,164,213). Sum of RGB (Red+Green+Blue) = 239+164+213=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 164 (64.45% from 255 or 26.62% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4D5 is #105B2A. Grayscale: #BFBFBF. Windows color (decimal): -1071915 or 14001391. OLE color: 14001391.

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

Color convert

RGB239164213-
CMYK00.310.110.06
HSL320.8º70.09%79.02%-
HSV(B)320.8º31.38%93.73%-
XYZ60.8849.7169.34-
YUV192.01139.85161.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 164 (64.45% from 255) = 26.62%
BLUE value IS 213 (83.59% from 255) = 34.58%
R=38.80%
G=26.62%
B=34.58%

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
Decimal23916421300.310.110.06320.870.0979.02
HexEFA4D501FB6141464f
Octal357244325037136501106117
Binary111011111010010011010101011111101111010100000110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4D5; }

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

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

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

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

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

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

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

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