Html Css Color HEX #E5E1E2 Pale Rose

📋 copy color: '#E5E1E2'

red 229 ◦ green 225 ◦ blue 226

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

Shades of Pale Rose #E5E1E2

Tints of Pale Rose #E5E1E2

RGB

 RED value IS 229 (89.84% from 255) = 33.68%

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

 BLUE value IS 226 (88.67% from 255) = 33.24%

R = 33.68%
G = 33.09%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E5E1E2 (or 0xE5E1E2) is known color: Pale Rose. HEX triplet: E5, E1 and E2. RGB value is (229,225,226). Sum of RGB (Red+Green+Blue) = 229+225+226=680 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.68% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E1E2 is #1A1E1D. Grayscale: #E2E2E2. Windows color (decimal): -1711646 or 14868965. OLE color: 14868965.

HSL color Cylindrical-coordinate representation of color #E5E1E2: hue angle of 345º degrees, saturation: 0.07, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E5E1E2 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 225 226 -
CMYK 0 0.02 0.01 0.10
HSL 345º 0.07% 0.89% -
HSV(B) 345º 0.02% 0.9% -
XYZ 72.97 76 82.78 -
YUV 226.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 229 225 226 0 0.02 0.01 0.10 345 0.07 0.89
Hex E5 E1 E2 0 2 1 A 159 7 59
Octal 345 341 342 0 2 1 12 531 7 131
Binary 11100101 11100001 11100010 0 10 1 1010 101011001 111 1011001

Color Harmonies of #E5E1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E1E2

Black with #E5E1E2

Text Example


Text Example

White with #E5E1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E1E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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