Html Css Color HEX #EBB0EA French Lilac

📋 copy color: '#EBB0EA'

red 235 ◦ green 176 ◦ blue 234

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

Shades of French Lilac #EBB0EA

Tints of French Lilac #EBB0EA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.29%

 BLUE value IS 234 (91.8% from 255) = 36.28%

R = 36.43%
G = 27.29%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBB0EA (or 0xEBB0EA) is known color: French Lilac. HEX triplet: EB, B0 and EA. RGB value is (235,176,234). Sum of RGB (Red+Green+Blue) = 235+176+234=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 176 (69.14% from 255 or 27.29% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB0EA is #144F15. Grayscale: #C8C8C8. Windows color (decimal): -1330966 or 15380715. OLE color: 15380715.

HSL color Cylindrical-coordinate representation of color #EBB0EA: hue angle of 301.02º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB0EA is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 176 234 -
CMYK 0 0.25 0.00 0.08
HSL 301.02º 0.6% 0.81% -
HSV(B) 301.02º 0.25% 0.92% -
XYZ 64.64 54.65 84.98 -
YUV 200.25 147.05 152.78 -
System Red Green Blue C M Y K H S L
Decimal 235 176 234 0 0.25 0.00 0.08 301.02 0.6 0.81
Hex EB B0 EA 0 19 0 8 12D 3C 51
Octal 353 260 352 0 31 0 10 455 74 121
Binary 11101011 10110000 11101010 0 11001 0 1000 100101101 111100 1010001

Color Harmonies of #EBB0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0EA

Black with #EBB0EA

Text Example


Text Example

White with #EBB0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0EA; }

 p { color: rgb(235,176,234); }

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

background-color css

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

 a { background-color: rgb(235,176,234); }

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

border-color css

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

 span { border-color: rgb(235,176,234); }

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