Html Css Color HEX #EBB6E1 French Lilac

📋 copy color: '#EBB6E1'

red 235 ◦ green 182 ◦ blue 225

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

Shades of French Lilac #EBB6E1

Tints of French Lilac #EBB6E1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.35%

 BLUE value IS 225 (88.28% from 255) = 35.05%

R = 36.6%
G = 28.35%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBB6E1 (or 0xEBB6E1) is known color: French Lilac. HEX triplet: EB, B6 and E1. RGB value is (235,182,225). Sum of RGB (Red+Green+Blue) = 235+182+225=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 182 (71.48% from 255 or 28.35% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6E1 is #14491E. Grayscale: #CACACA. Windows color (decimal): -1329439 or 14792427. OLE color: 14792427.

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

Color convert

RGB 235 182 225 -
CMYK 0 0.23 0.04 0.08
HSL 311.32º 0.57% 0.82% -
HSV(B) 311.32º 0.23% 0.92% -
XYZ 64.58 56.55 78.75 -
YUV 202.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 235 182 225 0 0.23 0.04 0.08 311.32 0.57 0.82
Hex EB B6 E1 0 17 4 8 137 39 52
Octal 353 266 341 0 27 4 10 467 71 122
Binary 11101011 10110110 11100001 0 10111 100 1000 100110111 111001 1010010

Color Harmonies of #EBB6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB6E1

Black with #EBB6E1

Text Example


Text Example

White with #EBB6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB6E1; }

 p { color: rgb(235,182,225); }

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

background-color css

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

 a { background-color: rgb(235,182,225); }

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

border-color css

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

 span { border-color: rgb(235,182,225); }

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