Html Css Color HEX #EBB2E6 French Lilac

📋 copy color: '#EBB2E6'

red 235 ◦ green 178 ◦ blue 230

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

Shades of French Lilac #EBB2E6

Tints of French Lilac #EBB2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.77%

R = 36.55%
G = 27.68%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EBB2E6 (or 0xEBB2E6) is known color: French Lilac. HEX triplet: EB, B2 and E6. RGB value is (235,178,230). Sum of RGB (Red+Green+Blue) = 235+178+230=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 178 (69.92% from 255 or 27.68% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB2E6 is #144D19. Grayscale: #C8C8C8. Windows color (decimal): -1330458 or 15119083. OLE color: 15119083.

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

Color convert

RGB 235 178 230 -
CMYK 0 0.24 0.02 0.08
HSL 305.26º 0.59% 0.81% -
HSV(B) 305.26º 0.24% 0.92% -
XYZ 64.46 55.22 82.12 -
YUV 200.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 235 178 230 0 0.24 0.02 0.08 305.26 0.59 0.81
Hex EB B2 E6 0 18 2 8 131 3B 51
Octal 353 262 346 0 30 2 10 461 73 121
Binary 11101011 10110010 11100110 0 11000 10 1000 100110001 111011 1010001

Color Harmonies of #EBB2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB2E6

Black with #EBB2E6

Text Example


Text Example

White with #EBB2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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