Html Css Color HEX #EBB4EA French Lilac

📋 copy color: '#EBB4EA'

red 235 ◦ green 180 ◦ blue 234

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

Shades of French Lilac #EBB4EA

Tints of French Lilac #EBB4EA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.73%

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

R = 36.21%
G = 27.73%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBB4EA (or 0xEBB4EA) is known color: French Lilac. HEX triplet: EB, B4 and EA. RGB value is (235,180,234). Sum of RGB (Red+Green+Blue) = 235+180+234=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 180 (70.70% from 255 or 27.73% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB4EA is #144B15. Grayscale: #CACACA. Windows color (decimal): -1329942 or 15381739. OLE color: 15381739.

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

Color convert

RGB 235 180 234 -
CMYK 0 0.23 0.00 0.08
HSL 301.09º 0.58% 0.81% -
HSV(B) 301.09º 0.23% 0.92% -
XYZ 65.43 56.25 85.25 -
YUV 202.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 235 180 234 0 0.23 0.00 0.08 301.09 0.58 0.81
Hex EB B4 EA 0 17 0 8 12D 3A 51
Octal 353 264 352 0 27 0 10 455 72 121
Binary 11101011 10110100 11101010 0 10111 0 1000 100101101 111010 1010001

Color Harmonies of #EBB4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB4EA

Black with #EBB4EA

Text Example


Text Example

White with #EBB4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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