Html Css Color HEX #EBB2E0 French Lilac

📋 copy color: '#EBB2E0'

red 235 ◦ green 178 ◦ blue 224

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

Shades of French Lilac #EBB2E0

Tints of French Lilac #EBB2E0

RGB

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

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

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

R = 36.89%
G = 27.94%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBB2E0 (or 0xEBB2E0) is known color: French Lilac. HEX triplet: EB, B2 and E0. RGB value is (235,178,224). Sum of RGB (Red+Green+Blue) = 235+178+224=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2E0 is #144D1F. Grayscale: #C8C8C8. Windows color (decimal): -1330464 or 14725867. OLE color: 14725867.

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

Color convert

RGB 235 178 224 -
CMYK 0 0.24 0.05 0.08
HSL 311.58º 0.59% 0.81% -
HSV(B) 311.58º 0.24% 0.92% -
XYZ 63.64 54.88 77.76 -
YUV 200.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 235 178 224 0 0.24 0.05 0.08 311.58 0.59 0.81
Hex EB B2 E0 0 18 5 8 138 3B 51
Octal 353 262 340 0 30 5 10 470 73 121
Binary 11101011 10110010 11100000 0 11000 101 1000 100111000 111011 1010001

Color Harmonies of #EBB2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB2E0

Black with #EBB2E0

Text Example


Text Example

White with #EBB2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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