#EBE1E7

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

Shades of Pig Pink #EBE1E7

Tints of Pig Pink #EBE1E7

Color information

#EBE1E7 (or 0xEBE1E7) is unknown color: approx Pig Pink. HEX triplet: EB, E1 and E7. RGB value is (235,225,231). Sum of RGB (Red+Green+Blue) = 235+225+231=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 225 (88.28% from 255 or 32.56% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE1E7 is #141E18. Grayscale: #E4E4E4. Windows color (decimal): -1318425 or 15196651. OLE color: 15196651.

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

Color convert

RGB235225231-
CMYK00.040.020.08
HSL324º20%90.2%-
HSV(B)324º4.26%92.16%-
XYZ75.6177.2886.53-
YUV228.67129.31132.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.01%
GREEN value IS 225 (88.28% from 255) = 32.56%
BLUE value IS 231 (90.62% from 255) = 33.43%
R=34.01%
G=32.56%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522523100.040.020.083242090.2
HexEBE1E70428144145a
Octal3533413470421050424132
Binary1110101111100001111001110100101000101000100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1E7; }

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

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

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

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

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

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

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

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