Html Css Color HEX #E6B4EA French Lilac

📋 copy color: '#E6B4EA'

red 230 ◦ green 180 ◦ blue 234

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

Shades of French Lilac #E6B4EA

Tints of French Lilac #E6B4EA

RGB

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

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

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

R = 35.71%
G = 27.95%
B = 36.34%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E6B4EA (or 0xE6B4EA) is known color: French Lilac. HEX triplet: E6, B4 and EA. RGB value is (230,180,234). Sum of RGB (Red+Green+Blue) = 230+180+234=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 180 (70.70% from 255 or 27.95% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6B4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B4EA is #194B15. Grayscale: #C8C8C8. Windows color (decimal): -1657622 or 15381734. OLE color: 15381734.

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

Color convert

RGB 230 180 234 -
CMYK 0.02 0.23 0 0.08
HSL 295.56º 0.56% 0.81% -
HSV(B) 295.56º 0.23% 0.92% -
XYZ 63.81 55.41 85.17 -
YUV 201.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 230 180 234 0.02 0.23 0 0.08 295.56 0.56 0.81
Hex E6 B4 EA 2 17 0 8 128 38 51
Octal 346 264 352 2 27 0 10 450 70 121
Binary 11100110 10110100 11101010 10 10111 0 1000 100101000 111000 1010001

Color Harmonies of #E6B4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B4EA

Black with #E6B4EA

Text Example


Text Example

White with #E6B4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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