Html Css Color HEX #E1E2EA Quartz

📋 copy color: '#E1E2EA'

red 225 ◦ green 226 ◦ blue 234

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

Shades of Quartz #E1E2EA

Tints of Quartz #E1E2EA

RGB

 RED value IS 225 (88.28% from 255) = 32.85%

 GREEN value IS 226 (88.67% from 255) = 32.99%

 BLUE value IS 234 (91.8% from 255) = 34.16%

R = 32.85%
G = 32.99%
B = 34.16%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1E2EA (or 0xE1E2EA) is known color: Quartz. HEX triplet: E1, E2 and EA. RGB value is (225,226,234). Sum of RGB (Red+Green+Blue) = 225+226+234=685 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.85% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1E2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E2EA is #1E1D15. Grayscale: #E2E2E2. Windows color (decimal): -1973526 or 15393505. OLE color: 15393505.

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

Color convert

RGB 225 226 234 -
CMYK 0.04 0.03 0 0.08
HSL 233.33º 0.18% 0.9% -
HSV(B) 233.33º 0.04% 0.92% -
XYZ 73.1 76.34 88.72 -
YUV 226.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 225 226 234 0.04 0.03 0 0.08 233.33 0.18 0.9
Hex E1 E2 EA 4 3 0 8 E9 12 5A
Octal 341 342 352 4 3 0 10 351 22 132
Binary 11100001 11100010 11101010 100 11 0 1000 11101001 10010 1011010

Color Harmonies of #E1E2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E2EA

Black with #E1E2EA

Text Example


Text Example

White with #E1E2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E2EA; }

 p { color: rgb(225,226,234); }

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

background-color css

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

 a { background-color: rgb(225,226,234); }

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

border-color css

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

 span { border-color: rgb(225,226,234); }

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