Html Css Color HEX #EBB5E0 French Lilac

📋 copy color: '#EBB5E0'

red 235 ◦ green 181 ◦ blue 224

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

Shades of French Lilac #EBB5E0

Tints of French Lilac #EBB5E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35%

R = 36.72%
G = 28.28%
B = 35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBB5E0 (or 0xEBB5E0) is known color: French Lilac. HEX triplet: EB, B5 and E0. RGB value is (235,181,224). Sum of RGB (Red+Green+Blue) = 235+181+224=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 181 (71.09% from 255 or 28.28% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5E0 is #144A1F. Grayscale: #C9C9C9. Windows color (decimal): -1329696 or 14726635. OLE color: 14726635.

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

Color convert

RGB 235 181 224 -
CMYK 0 0.23 0.05 0.08
HSL 312.22º 0.57% 0.82% -
HSV(B) 312.22º 0.23% 0.92% -
XYZ 64.24 56.09 77.96 -
YUV 202.05 140.39 151.5 -
System Red Green Blue C M Y K H S L
Decimal 235 181 224 0 0.23 0.05 0.08 312.22 0.57 0.82
Hex EB B5 E0 0 17 5 8 138 39 52
Octal 353 265 340 0 27 5 10 470 71 122
Binary 11101011 10110101 11100000 0 10111 101 1000 100111000 111001 1010010

Color Harmonies of #EBB5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB5E0

Black with #EBB5E0

Text Example


Text Example

White with #EBB5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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