Html Css Color HEX #EFB1E2 French Lilac

📋 copy color: '#EFB1E2'

red 239 ◦ green 177 ◦ blue 226

#EFB1E2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #EFB1E2

Tints of French Lilac #EFB1E2

RGB

 RED value IS 239 (93.75% from 255) = 37.23%

 GREEN value IS 177 (69.53% from 255) = 27.57%

 BLUE value IS 226 (88.67% from 255) = 35.2%

R = 37.23%
G = 27.57%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFB1E2 (or 0xEFB1E2) is known color: French Lilac. HEX triplet: EF, B1 and E2. RGB value is (239,177,226). Sum of RGB (Red+Green+Blue) = 239+177+226=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 177 (69.53% from 255 or 27.57% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1E2 is #104E1D. Grayscale: #C8C8C8. Windows color (decimal): -1068574 or 14856687. OLE color: 14856687.

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

Color convert

RGB 239 177 226 -
CMYK 0 0.26 0.05 0.06
HSL 312.58º 0.66% 0.82% -
HSV(B) 312.58º 0.26% 0.94% -
XYZ 65.05 55.29 79.19 -
YUV 201.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 239 177 226 0 0.26 0.05 0.06 312.58 0.66 0.82
Hex EF B1 E2 0 1A 5 6 139 42 52
Octal 357 261 342 0 32 5 6 471 102 122
Binary 11101111 10110001 11100010 0 11010 101 110 100111001 1000010 1010010

Color Harmonies of #EFB1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB1E2

Black with #EFB1E2

Text Example


Text Example

White with #EFB1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB1E2; }

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

 H1.HeaderClassName
 {
   color: #EFB1E2;
 }
 .AnyTagClassName
 {
   color: #EFB1E2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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