#EBE4E2

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

Shades of Wisp Pink #EBE4E2

Tints of Wisp Pink #EBE4E2

Color information

#EBE4E2 (or 0xEBE4E2) is unknown color: approx Wisp Pink. HEX triplet: EB, E4 and E2. RGB value is (235,228,226). Sum of RGB (Red+Green+Blue) = 235+228+226=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 226 (88.67% from 255 or 32.80% from 689); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4E2 is #141B1D. Grayscale: #E5E5E5. Windows color (decimal): -1317662 or 14869739. OLE color: 14869739.

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

Color convert

RGB235228226-
CMYK00.030.040.08
HSL13.33º18.37%90.39%-
HSV(B)13.33º3.83%92.16%-
XYZ75.7378.6483.14-
YUV229.86125.82131.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.11%
GREEN value IS 228 (89.45% from 255) = 33.09%
BLUE value IS 226 (88.67% from 255) = 32.80%
R=34.11%
G=33.09%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522822600.030.040.0813.3318.3790.39
HexEBE4E20348d125a
Octal353344342034101522132
Binary11101011111001001110001001110010001101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4E2; }

 p { color: rgb(235,228,226); }

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

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

 a { background-color: rgb(235,228,226); }

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

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

 span { border-color: rgb(235,228,226); }

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