#EBE0E1

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

Shades of Pale Rose #EBE0E1

Tints of Pale Rose #EBE0E1

Color information

#EBE0E1 (or 0xEBE0E1) is unknown color: approx Pale Rose. HEX triplet: EB, E0 and E1. RGB value is (235,224,225). Sum of RGB (Red+Green+Blue) = 235+224+225=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0E1 is #141F1E. Grayscale: #E3E3E3. Windows color (decimal): -1318687 or 14803179. OLE color: 14803179.

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

Color convert

RGB235224225-
CMYK00.050.040.08
HSL354.55º21.57%90%-
HSV(B)354.55º4.68%92.16%-
XYZ74.5176.4182.06-
YUV227.4126.64133.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 224 (87.89% from 255) = 32.75%
BLUE value IS 225 (88.28% from 255) = 32.89%
R=34.36%
G=32.75%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522422500.050.040.08354.5521.5790
HexEBE0E10548163165a
Octal3533403410541054326132
Binary11101011111000001110000101011001000101100011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0E1; }

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

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

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

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

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

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

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

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