#EBE5E3

Color #EBE5E3 Wisp Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisp Pink #EBE5E3

Tints of Wisp Pink #EBE5E3

Color information

#EBE5E3 (or 0xEBE5E3) is unknown color: approx Wisp Pink. HEX triplet: EB, E5 and E3. RGB value is (235,229,227). Sum of RGB (Red+Green+Blue) = 235+229+227=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 227 (89.06% from 255 or 32.85% from 691); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5E3 is #141A1C. Grayscale: #E6E6E6. Windows color (decimal): -1317405 or 14935531. OLE color: 14935531.

HSL color Cylindrical-coordinate representation of color #EBE5E3: hue angle of 15º degrees, saturation: 0.17, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBE5E3 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235229227-
CMYK00.030.030.08
HSL15º16.67%90.59%-
HSV(B)15º3.4%92.16%-
XYZ76.1579.2583.96-
YUV230.57125.99131.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.01%
GREEN value IS 229 (89.84% from 255) = 33.14%
BLUE value IS 227 (89.06% from 255) = 32.85%
R=34.01%
G=33.14%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522922700.030.030.081516.6790.59
HexEBE5E30338f115b
Octal353345343033101721133
Binary1110101111100101111000110111110001111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5E3; }

 p { color: rgb(235,229,227); }

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

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

 a { background-color: rgb(235,229,227); }

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

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

 span { border-color: rgb(235,229,227); }

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