Html Css Color HEX #E4E5FE Lavender

📋 copy color: '#E4E5FE'

red 228 ◦ green 229 ◦ blue 254

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

Shades of Lavender #E4E5FE

Tints of Lavender #E4E5FE

RGB

 RED value IS 228 (89.45% from 255) = 32.07%

 GREEN value IS 229 (89.84% from 255) = 32.21%

 BLUE value IS 254 (99.61% from 255) = 35.72%

R = 32.07%
G = 32.21%
B = 35.72%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E4E5FE (or 0xE4E5FE) is known color: Lavender. HEX triplet: E4, E5 and FE. RGB value is (228,229,254). Sum of RGB (Red+Green+Blue) = 228+229+254=711 (94% of max value = 765). Red value is 228 (89.45% from 255 or 32.07% from 711); Green value is 229 (89.84% from 255 or 32.21% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E5FE is #1B1A01. Grayscale: #E7E7E7. Windows color (decimal): -1776130 or 16704996. OLE color: 16704996.

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

Color convert

RGB 228 229 254 -
CMYK 0.10 0.10 0 0.00
HSL 237.69º 0.93% 0.95% -
HSV(B) 237.69º 0.1% 1% -
XYZ 77.9 79.69 105.04 -
YUV 231.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 228 229 254 0.10 0.10 0 0.00 237.69 0.93 0.95
Hex E4 E5 FE A A 0 0 EE 5D 5F
Octal 344 345 376 12 12 0 0 356 135 137
Binary 11100100 11100101 11111110 1010 1010 0 0 11101110 1011101 1011111

Color Harmonies of #E4E5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4E5FE

Black with #E4E5FE

Text Example


Text Example

White with #E4E5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4E5FE; }

 p { color: rgb(228,229,254); }

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

background-color css

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

 a { background-color: rgb(228,229,254); }

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

border-color css

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

 span { border-color: rgb(228,229,254); }

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