Html Css Color HEX #E0E1EB Quartz

📋 copy color: '#E0E1EB'

red 224 ◦ green 225 ◦ blue 235

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

Shades of Quartz #E0E1EB

Tints of Quartz #E0E1EB

RGB

 RED value IS 224 (87.89% from 255) = 32.75%

 GREEN value IS 225 (88.28% from 255) = 32.89%

 BLUE value IS 235 (92.19% from 255) = 34.36%

R = 32.75%
G = 32.89%
B = 34.36%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0E1EB (or 0xE0E1EB) is known color: Quartz. HEX triplet: E0, E1 and EB. RGB value is (224,225,235). Sum of RGB (Red+Green+Blue) = 224+225+235=684 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.75% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0E1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E1EB is #1F1E14. Grayscale: #E1E1E1. Windows color (decimal): -2039317 or 15458784. OLE color: 15458784.

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

Color convert

RGB 224 225 235 -
CMYK 0.05 0.04 0 0.08
HSL 234.55º 0.22% 0.9% -
HSV(B) 234.55º 0.05% 0.92% -
XYZ 72.66 75.7 89.38 -
YUV 225.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 224 225 235 0.05 0.04 0 0.08 234.55 0.22 0.9
Hex E0 E1 EB 5 4 0 8 EB 16 5A
Octal 340 341 353 5 4 0 10 353 26 132
Binary 11100000 11100001 11101011 101 100 0 1000 11101011 10110 1011010

Color Harmonies of #E0E1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E1EB

Black with #E0E1EB

Text Example


Text Example

White with #E0E1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E1EB; }

 p { color: rgb(224,225,235); }

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

background-color css

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

 a { background-color: rgb(224,225,235); }

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

border-color css

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

 span { border-color: rgb(224,225,235); }

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