Html Css Color HEX #E6B4E5 French Lilac

📋 copy color: '#E6B4E5'

red 230 ◦ green 180 ◦ blue 229

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

Shades of French Lilac #E6B4E5

Tints of French Lilac #E6B4E5

RGB

 RED value IS 230 (90.23% from 255) = 35.99%

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

 BLUE value IS 229 (89.84% from 255) = 35.84%

R = 35.99%
G = 28.17%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#E6B4E5 (or 0xE6B4E5) is known color: French Lilac. HEX triplet: E6, B4 and E5. RGB value is (230,180,229). Sum of RGB (Red+Green+Blue) = 230+180+229=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 180 (70.70% from 255 or 28.17% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B4E5 is #194B1A. Grayscale: #C8C8C8. Windows color (decimal): -1657627 or 15054054. OLE color: 15054054.

HSL color Cylindrical-coordinate representation of color #E6B4E5: hue angle of 301.2º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6B4E5 is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 180 229 -
CMYK 0 0.22 0.00 0.10
HSL 301.2º 0.5% 0.8% -
HSV(B) 301.2º 0.22% 0.9% -
XYZ 63.1 55.12 81.44 -
YUV 200.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 230 180 229 0 0.22 0.00 0.10 301.2 0.5 0.8
Hex E6 B4 E5 0 16 0 A 12D 32 50
Octal 346 264 345 0 26 0 12 455 62 120
Binary 11100110 10110100 11100101 0 10110 0 1010 100101101 110010 1010000

Color Harmonies of #E6B4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B4E5

Black with #E6B4E5

Text Example


Text Example

White with #E6B4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B4E5; }

 p { color: rgb(230,180,229); }

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

background-color css

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

 a { background-color: rgb(230,180,229); }

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

border-color css

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

 span { border-color: rgb(230,180,229); }

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