Html Css Color HEX #EAAADA French Lilac

📋 copy color: '#EAAADA'

red 234 ◦ green 170 ◦ blue 218

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

Shades of French Lilac #EAAADA

Tints of French Lilac #EAAADA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.33%

 BLUE value IS 218 (85.55% from 255) = 35.05%

R = 37.62%
G = 27.33%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EAAADA (or 0xEAAADA) is known color: French Lilac. HEX triplet: EA, AA and DA. RGB value is (234,170,218). Sum of RGB (Red+Green+Blue) = 234+170+218=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAADA is #155525. Grayscale: #C2C2C2. Windows color (decimal): -1398054 or 14330602. OLE color: 14330602.

HSL color Cylindrical-coordinate representation of color #EAAADA: hue angle of 315º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAADA is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 170 218 -
CMYK 0 0.27 0.07 0.08
HSL 315º 0.6% 0.79% -
HSV(B) 315º 0.27% 0.92% -
XYZ 60.96 51.3 73.02 -
YUV 194.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 234 170 218 0 0.27 0.07 0.08 315 0.6 0.79
Hex EA AA DA 0 1B 7 8 13B 3C 4F
Octal 352 252 332 0 33 7 10 473 74 117
Binary 11101010 10101010 11011010 0 11011 111 1000 100111011 111100 1001111

Color Harmonies of #EAAADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAADA

Black with #EAAADA

Text Example


Text Example

White with #EAAADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAADA; }

 p { color: rgb(234,170,218); }

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

background-color css

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

 a { background-color: rgb(234,170,218); }

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

border-color css

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

 span { border-color: rgb(234,170,218); }

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