Html Css Color HEX #EBE4E2 Wisp Pink

📋 copy color: '#EBE4E2'

red 235 ◦ green 228 ◦ blue 226

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

Shades of Wisp Pink #EBE4E2

Tints of Wisp Pink #EBE4E2

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.8%

R = 34.11%
G = 33.09%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBE4E2 (or 0xEBE4E2) is known color: 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

RGB 235 228 226 -
CMYK 0 0.03 0.04 0.08
HSL 13.33º 0.18% 0.9% -
HSV(B) 13.33º 0.04% 0.92% -
XYZ 75.73 78.64 83.14 -
YUV 229.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 235 228 226 0 0.03 0.04 0.08 13.33 0.18 0.9
Hex EB E4 E2 0 3 4 8 D 12 5A
Octal 353 344 342 0 3 4 10 15 22 132
Binary 11101011 11100100 11100010 0 11 100 1000 1101 10010 1011010

Color Harmonies of #EBE4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE4E2

Black with #EBE4E2

Text Example


Text Example

White with #EBE4E2

Text Example


Text Example

HTML Codes & Css Web 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>