Html Css Color HEX #EAC0E9 French Lilac

📋 copy color: '#EAC0E9'

red 234 ◦ green 192 ◦ blue 233

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

Shades of French Lilac #EAC0E9

Tints of French Lilac #EAC0E9

RGB

 RED value IS 234 (91.8% from 255) = 35.51%

 GREEN value IS 192 (75.39% from 255) = 29.14%

 BLUE value IS 233 (91.41% from 255) = 35.36%

R = 35.51%
G = 29.14%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EAC0E9 (or 0xEAC0E9) is known color: French Lilac. HEX triplet: EA, C0 and E9. RGB value is (234,192,233). Sum of RGB (Red+Green+Blue) = 234+192+233=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC0E9 is #153F16. Grayscale: #D1D1D1. Windows color (decimal): -1392407 or 15319274. OLE color: 15319274.

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

Color convert

RGB 234 192 233 -
CMYK 0 0.18 0.00 0.08
HSL 301.43º 0.5% 0.84% -
HSV(B) 301.43º 0.18% 0.92% -
XYZ 67.49 61.07 85.32 -
YUV 209.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 234 192 233 0 0.18 0.00 0.08 301.43 0.5 0.84
Hex EA C0 E9 0 12 0 8 12D 32 54
Octal 352 300 351 0 22 0 10 455 62 124
Binary 11101010 11000000 11101001 0 10010 0 1000 100101101 110010 1010100

Color Harmonies of #EAC0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC0E9

Black with #EAC0E9

Text Example


Text Example

White with #EAC0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC0E9; }

 p { color: rgb(234,192,233); }

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

background-color css

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

 a { background-color: rgb(234,192,233); }

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

border-color css

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

 span { border-color: rgb(234,192,233); }

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