#EFB1E0

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

Shades of Lavender Rose #EFB1E0

Tints of Lavender Rose #EFB1E0

Color information

#EFB1E0 (or 0xEFB1E0) is unknown color: approx Lavender Rose. HEX triplet: EF, B1 and E0. RGB value is (239,177,224). Sum of RGB (Red+Green+Blue) = 239+177+224=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 177 (69.53% from 255 or 27.66% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1E0 is #104E1F. Grayscale: #C8C8C8. Windows color (decimal): -1068576 or 14725615. OLE color: 14725615.

HSL color Cylindrical-coordinate representation of color #EFB1E0: hue angle of 314.52º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB1E0 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB239177224-
CMYK00.260.060.06
HSL314.52º65.96%81.57%-
HSV(B)314.52º25.94%93.73%-
XYZ64.7755.1877.76-
YUV200.9141.04155.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 177 (69.53% from 255) = 27.66%
BLUE value IS 224 (87.89% from 255) = 35%
R=37.34%
G=27.66%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917722400.260.060.06314.5265.9681.57
HexEFB1E001A6613b4252
Octal35726134003266473102122
Binary11101111101100011110000001101011011010011101110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB1E0; }

 p { color: rgb(239,177,224); }

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

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

 a { background-color: rgb(239,177,224); }

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

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

 span { border-color: rgb(239,177,224); }

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