#EFA4D8

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

Shades of Lavender Rose #EFA4D8

Tints of Lavender Rose #EFA4D8

Color information

#EFA4D8 (or 0xEFA4D8) is unknown color: approx Lavender Rose. HEX triplet: EF, A4 and D8. RGB value is (239,164,216). Sum of RGB (Red+Green+Blue) = 239+164+216=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4D8 is #105B27. Grayscale: #C0C0C0. Windows color (decimal): -1071912 or 14197999. OLE color: 14197999.

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

Color convert

RGB239164216-
CMYK00.310.100.06
HSL318.4º70.09%79.02%-
HSV(B)318.4º31.38%93.73%-
XYZ61.2749.8671.36-
YUV192.35141.35161.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 164 (64.45% from 255) = 26.49%
BLUE value IS 216 (84.77% from 255) = 34.89%
R=38.61%
G=26.49%
B=34.89%

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
Decimal23916421600.310.100.06318.470.0979.02
HexEFA4D801FA613e464f
Octal357244330037126476106117
Binary111011111010010011011000011111101011010011111010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4D8; }

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

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

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

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

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

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

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

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