Html Css Color HEX #E9E1EA Selago

📋 copy color: '#E9E1EA'

red 233 ◦ green 225 ◦ blue 234

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

Shades of Selago #E9E1EA

Tints of Selago #E9E1EA

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E9E1EA (or 0xE9E1EA) is known color: Selago. HEX triplet: E9, E1 and EA. RGB value is (233,225,234). Sum of RGB (Red+Green+Blue) = 233+225+234=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 225 (88.28% from 255 or 32.51% 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 #E9E1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E1EA is #161E15. Grayscale: #E4E4E4. Windows color (decimal): -1449494 or 15393257. OLE color: 15393257.

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

Color convert

RGB 233 225 234 -
CMYK 0.00 0.04 0 0.08
HSL 293.33º 0.18% 0.9% -
HSV(B) 293.33º 0.04% 0.92% -
XYZ 75.38 77.11 88.75 -
YUV 228.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 233 225 234 0.00 0.04 0 0.08 293.33 0.18 0.9
Hex E9 E1 EA 0 4 0 8 125 12 5A
Octal 351 341 352 0 4 0 10 445 22 132
Binary 11101001 11100001 11101010 0 100 0 1000 100100101 10010 1011010

Color Harmonies of #E9E1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9E1EA

Black with #E9E1EA

Text Example


Text Example

White with #E9E1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9E1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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