Html Css Color HEX #EAE4FF Lavender

📋 copy color: '#EAE4FF'

red 234 ◦ green 228 ◦ blue 255

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

Shades of Lavender #EAE4FF

Tints of Lavender #EAE4FF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.8%

 BLUE value IS 255 (100% from 255) = 35.56%

R = 32.64%
G = 31.8%
B = 35.56%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAE4FF (or 0xEAE4FF) is known color: Lavender. HEX triplet: EA, E4 and FF. RGB value is (234,228,255). Sum of RGB (Red+Green+Blue) = 234+228+255=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 228 (89.45% from 255 or 31.80% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAE4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE4FF is #151B00. Grayscale: #E8E8E8. Windows color (decimal): -1383169 or 16770282. OLE color: 16770282.

HSL color Cylindrical-coordinate representation of color #EAE4FF: hue angle of 253.33º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAE4FF is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 234 228 255 -
CMYK 0.08 0.11 0 0
HSL 253.33º 1% 0.95% -
HSV(B) 253.33º 0.11% 1% -
XYZ 79.73 80.2 105.89 -
YUV 232.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 234 228 255 0.08 0.11 0 0 253.33 1 0.95
Hex EA E4 FF 8 B 0 0 FD 64 5F
Octal 352 344 377 10 13 0 0 375 144 137
Binary 11101010 11100100 11111111 1000 1011 0 0 11111101 1100100 1011111

Color Harmonies of #EAE4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE4FF

Black with #EAE4FF

Text Example


Text Example

White with #EAE4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE4FF; }

 p { color: rgb(234,228,255); }

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

background-color css

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

 a { background-color: rgb(234,228,255); }

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

border-color css

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

 span { border-color: rgb(234,228,255); }

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