#EAE0E1

Color #EAE0E1 Pale Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Rose #EAE0E1

Tints of Pale Rose #EAE0E1

Color information

#EAE0E1 (or 0xEAE0E1) is unknown color: approx Pale Rose. HEX triplet: EA, E0 and E1. RGB value is (234,224,225). Sum of RGB (Red+Green+Blue) = 234+224+225=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE0E1 is #151F1E. Grayscale: #E3E3E3. Windows color (decimal): -1384223 or 14803178. OLE color: 14803178.

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

Color convert

RGB234224225-
CMYK00.040.040.08
HSL354º19.23%89.8%-
HSV(B)354º4.27%91.76%-
XYZ74.1876.2482.04-
YUV227.1126.81132.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 224 (87.89% from 255) = 32.80%
BLUE value IS 225 (88.28% from 255) = 32.94%
R=34.26%
G=32.80%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422422500.040.040.0835419.2389.8
HexEAE0E10448162135a
Octal3523403410441054223132
Binary11101010111000001110000101001001000101100010100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0E1; }

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

 H1.HeaderClassName
 {
   color: #EAE0E1;
 }
 .AnyTagClassName
 {
   color: #EAE0E1;
 }
</style>
background-color css

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

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

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

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

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

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