#E6B4EA

Color #E6B4EA French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #E6B4EA

Tints of French Lilac #E6B4EA

Color information

#E6B4EA (or 0xE6B4EA) is unknown color: approx 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

RGB230180234-
CMYK0.020.2300.08
HSL295.56º56.25%81.18%-
HSV(B)295.56º23.08%91.76%-
XYZ63.8155.4185.17-
YUV201.11146.56148.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.71%
GREEN value IS 180 (70.70% from 255) = 27.95%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=35.71%
G=27.95%
B=36.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301802340.020.2300.08295.5656.2581.18
HexE6B4EA217081283851
Octal34626435222701045070121
Binary1110011010110100111010101010111010001001010001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>