#EFB0E1

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

Shades of Lavender Rose #EFB0E1

Tints of Lavender Rose #EFB0E1

Color information

#EFB0E1 (or 0xEFB0E1) is unknown color: approx Lavender Rose. HEX triplet: EF, B0 and E1. RGB value is (239,176,225). Sum of RGB (Red+Green+Blue) = 239+176+225=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0E1 is #104F1E. Grayscale: #C8C8C8. Windows color (decimal): -1068831 or 14790895. OLE color: 14790895.

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

Color convert

RGB239176225-
CMYK00.260.060.06
HSL313.33º66.32%81.37%-
HSV(B)313.33º26.36%93.73%-
XYZ64.7154.8478.41-
YUV200.42141.87155.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 176 (69.14% from 255) = 27.5%
BLUE value IS 225 (88.28% from 255) = 35.16%
R=37.34%
G=27.5%
B=35.16%

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
Decimal23917622500.260.060.06313.3366.3281.37
HexEFB0E101A661394251
Octal35726034103266471102121
Binary11101111101100001110000101101011011010011100110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0E1; }

 p { color: rgb(239,176,225); }

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

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

 a { background-color: rgb(239,176,225); }

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

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

 span { border-color: rgb(239,176,225); }

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