Html Css Color HEX #EEB0EA French Lilac

📋 copy color: '#EEB0EA'

red 238 ◦ green 176 ◦ blue 234

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

Shades of French Lilac #EEB0EA

Tints of French Lilac #EEB0EA

RGB

 RED value IS 238 (93.36% from 255) = 36.73%

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

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

R = 36.73%
G = 27.16%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EEB0EA (or 0xEEB0EA) is known color: French Lilac. HEX triplet: EE, B0 and EA. RGB value is (238,176,234). Sum of RGB (Red+Green+Blue) = 238+176+234=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 176 (69.14% from 255 or 27.16% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB0EA is #114F15. Grayscale: #C8C8C8. Windows color (decimal): -1134358 or 15380718. OLE color: 15380718.

HSL color Cylindrical-coordinate representation of color #EEB0EA: hue angle of 303.87º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB0EA is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 176 234 -
CMYK 0 0.26 0.02 0.07
HSL 303.87º 0.65% 0.81% -
HSV(B) 303.87º 0.26% 0.93% -
XYZ 65.64 55.17 85.03 -
YUV 201.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 238 176 234 0 0.26 0.02 0.07 303.87 0.65 0.81
Hex EE B0 EA 0 1A 2 7 130 41 51
Octal 356 260 352 0 32 2 7 460 101 121
Binary 11101110 10110000 11101010 0 11010 10 111 100110000 1000001 1010001

Color Harmonies of #EEB0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB0EA

Black with #EEB0EA

Text Example


Text Example

White with #EEB0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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