Html Css Color HEX #EBB2E2 French Lilac

📋 copy color: '#EBB2E2'

red 235 ◦ green 178 ◦ blue 226

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

Shades of French Lilac #EBB2E2

Tints of French Lilac #EBB2E2

RGB

 RED value IS 235 (92.19% from 255) = 36.78%

 GREEN value IS 178 (69.92% from 255) = 27.86%

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

R = 36.78%
G = 27.86%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBB2E2 (or 0xEBB2E2) is known color: French Lilac. HEX triplet: EB, B2 and E2. RGB value is (235,178,226). Sum of RGB (Red+Green+Blue) = 235+178+226=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2E2 is #144D1D. Grayscale: #C8C8C8. Windows color (decimal): -1330462 or 14856939. OLE color: 14856939.

HSL color Cylindrical-coordinate representation of color #EBB2E2: hue angle of 309.47º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB2E2 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 178 226 -
CMYK 0 0.24 0.04 0.08
HSL 309.47º 0.59% 0.81% -
HSV(B) 309.47º 0.24% 0.92% -
XYZ 63.91 54.99 79.2 -
YUV 200.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 235 178 226 0 0.24 0.04 0.08 309.47 0.59 0.81
Hex EB B2 E2 0 18 4 8 135 3B 51
Octal 353 262 342 0 30 4 10 465 73 121
Binary 11101011 10110010 11100010 0 11000 100 1000 100110101 111011 1010001

Color Harmonies of #EBB2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB2E2

Black with #EBB2E2

Text Example


Text Example

White with #EBB2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB2E2; }

 p { color: rgb(235,178,226); }

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

background-color css

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

 a { background-color: rgb(235,178,226); }

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

border-color css

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

 span { border-color: rgb(235,178,226); }

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