Html Css Color HEX #E1E9EA Zircon

📋 copy color: '#E1E9EA'

red 225 ◦ green 233 ◦ blue 234

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

Shades of Zircon #E1E9EA

Tints of Zircon #E1E9EA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.67%

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

R = 32.51%
G = 33.67%
B = 33.82%

CMYK

 C value IS 0.04

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1E9EA (or 0xE1E9EA) is known color: Zircon. HEX triplet: E1, E9 and EA. RGB value is (225,233,234). Sum of RGB (Red+Green+Blue) = 225+233+234=692 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.51% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1E9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E9EA is #1E1615. Grayscale: #E6E6E6. Windows color (decimal): -1971734 or 15395297. OLE color: 15395297.

HSL color Cylindrical-coordinate representation of color #E1E9EA: hue angle of 186.67º 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 #E1E9EA is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 233 234 -
CMYK 0.04 0.00 0 0.08
HSL 186.67º 0.18% 0.9% -
HSV(B) 186.67º 0.04% 0.92% -
XYZ 75.04 80.23 89.37 -
YUV 230.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 225 233 234 0.04 0.00 0 0.08 186.67 0.18 0.9
Hex E1 E9 EA 4 0 0 8 BB 12 5A
Octal 341 351 352 4 0 0 10 273 22 132
Binary 11100001 11101001 11101010 100 0 0 1000 10111011 10010 1011010

Color Harmonies of #E1E9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E9EA

Black with #E1E9EA

Text Example


Text Example

White with #E1E9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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