Html Css Color HEX #EFB0EA French Lilac

📋 copy color: '#EFB0EA'

red 239 ◦ green 176 ◦ blue 234

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

Shades of French Lilac #EFB0EA

Tints of French Lilac #EFB0EA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.12%

 BLUE value IS 234 (91.8% from 255) = 36.06%

R = 36.83%
G = 27.12%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFB0EA (or 0xEFB0EA) is known color: French Lilac. HEX triplet: EF, B0 and EA. RGB value is (239,176,234). Sum of RGB (Red+Green+Blue) = 239+176+234=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0EA is #104F15. Grayscale: #C9C9C9. Windows color (decimal): -1068822 or 15380719. OLE color: 15380719.

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

Color convert

RGB 239 176 234 -
CMYK 0 0.26 0.02 0.06
HSL 304.76º 0.66% 0.81% -
HSV(B) 304.76º 0.26% 0.94% -
XYZ 65.97 55.34 85.05 -
YUV 201.45 146.37 154.78 -
System Red Green Blue C M Y K H S L
Decimal 239 176 234 0 0.26 0.02 0.06 304.76 0.66 0.81
Hex EF B0 EA 0 1A 2 6 131 42 51
Octal 357 260 352 0 32 2 6 461 102 121
Binary 11101111 10110000 11101010 0 11010 10 110 100110001 1000010 1010001

Color Harmonies of #EFB0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0EA

Black with #EFB0EA

Text Example


Text Example

White with #EFB0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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