Html Css Color HEX #EAC0E8 French Lilac

📋 copy color: '#EAC0E8'

red 234 ◦ green 192 ◦ blue 232

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

Shades of French Lilac #EAC0E8

Tints of French Lilac #EAC0E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.26%

R = 35.56%
G = 29.18%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EAC0E8 (or 0xEAC0E8) is known color: French Lilac. HEX triplet: EA, C0 and E8. RGB value is (234,192,232). Sum of RGB (Red+Green+Blue) = 234+192+232=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC0E8 is #153F17. Grayscale: #D1D1D1. Windows color (decimal): -1392408 or 15253738. OLE color: 15253738.

HSL color Cylindrical-coordinate representation of color #EAC0E8: hue angle of 302.86º 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 #EAC0E8 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 192 232 -
CMYK 0 0.18 0.01 0.08
HSL 302.86º 0.5% 0.84% -
HSV(B) 302.86º 0.18% 0.92% -
XYZ 67.35 61.02 84.57 -
YUV 209.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 234 192 232 0 0.18 0.01 0.08 302.86 0.5 0.84
Hex EA C0 E8 0 12 1 8 12F 32 54
Octal 352 300 350 0 22 1 10 457 62 124
Binary 11101010 11000000 11101000 0 10010 1 1000 100101111 110010 1010100

Color Harmonies of #EAC0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC0E8

Black with #EAC0E8

Text Example


Text Example

White with #EAC0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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