Html Css Color HEX #EBB5E5 French Lilac

📋 copy color: '#EBB5E5'

red 235 ◦ green 181 ◦ blue 229

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

Shades of French Lilac #EBB5E5

Tints of French Lilac #EBB5E5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.06%

 BLUE value IS 229 (89.84% from 255) = 35.5%

R = 36.43%
G = 28.06%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBB5E5 (or 0xEBB5E5) is known color: French Lilac. HEX triplet: EB, B5 and E5. RGB value is (235,181,229). Sum of RGB (Red+Green+Blue) = 235+181+229=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 181 (71.09% from 255 or 28.06% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5E5 is #144A1A. Grayscale: #CACACA. Windows color (decimal): -1329691 or 15054315. OLE color: 15054315.

HSL color Cylindrical-coordinate representation of color #EBB5E5: hue angle of 306.67º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB5E5 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 181 229 -
CMYK 0 0.23 0.03 0.08
HSL 306.67º 0.57% 0.82% -
HSV(B) 306.67º 0.23% 0.92% -
XYZ 64.93 56.37 81.59 -
YUV 202.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 235 181 229 0 0.23 0.03 0.08 306.67 0.57 0.82
Hex EB B5 E5 0 17 3 8 133 39 52
Octal 353 265 345 0 27 3 10 463 71 122
Binary 11101011 10110101 11100101 0 10111 11 1000 100110011 111001 1010010

Color Harmonies of #EBB5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB5E5

Black with #EBB5E5

Text Example


Text Example

White with #EBB5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB5E5; }

 p { color: rgb(235,181,229); }

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

background-color css

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

 a { background-color: rgb(235,181,229); }

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

border-color css

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

 span { border-color: rgb(235,181,229); }

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