#EFA4E2

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

Shades of Lavender Rose #EFA4E2

Tints of Lavender Rose #EFA4E2

Color information

#EFA4E2 (or 0xEFA4E2) is unknown color: approx Lavender Rose. HEX triplet: EF, A4 and E2. RGB value is (239,164,226). Sum of RGB (Red+Green+Blue) = 239+164+226=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 164 (64.45% from 255 or 26.07% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4E2 is #105B1D. Grayscale: #C1C1C1. Windows color (decimal): -1071902 or 14853359. OLE color: 14853359.

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

Color convert

RGB239164226-
CMYK00.310.050.06
HSL310.4º70.09%79.02%-
HSV(B)310.4º31.38%93.73%-
XYZ62.650.3978.38-
YUV193.49146.35160.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 164 (64.45% from 255) = 26.07%
BLUE value IS 226 (88.67% from 255) = 35.93%
R=38.00%
G=26.07%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916422600.310.050.06310.470.0979.02
HexEFA4E201F56136464f
Octal35724434203756466106117
Binary11101111101001001110001001111110111010011011010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4E2; }

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

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

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

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

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

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

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

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