#EBE0E6

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

Shades of Pig Pink #EBE0E6

Tints of Pig Pink #EBE0E6

Color information

#EBE0E6 (or 0xEBE0E6) is unknown color: approx Pig Pink. HEX triplet: EB, E0 and E6. RGB value is (235,224,230). Sum of RGB (Red+Green+Blue) = 235+224+230=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 224 (87.89% from 255 or 32.51% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE0E6 is #141F19. Grayscale: #E3E3E3. Windows color (decimal): -1318682 or 15130859. OLE color: 15130859.

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

Color convert

RGB235224230-
CMYK00.050.020.08
HSL327.27º21.57%90%-
HSV(B)327.27º4.68%92.16%-
XYZ75.276.6985.7-
YUV227.97129.14133.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.11%
GREEN value IS 224 (87.89% from 255) = 32.51%
BLUE value IS 230 (90.23% from 255) = 33.38%
R=34.11%
G=32.51%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522423000.050.020.08327.2721.5790
HexEBE0E60528147165a
Octal3533403460521050726132
Binary1110101111100000111001100101101000101000111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0E6; }

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

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

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

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

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

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

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

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