#EFE2EB

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

Shades of Pig Pink #EFE2EB

Tints of Pig Pink #EFE2EB

Color information

#EFE2EB (or 0xEFE2EB) is unknown color: approx Pig Pink. HEX triplet: EF, E2 and EB. RGB value is (239,226,235). Sum of RGB (Red+Green+Blue) = 239+226+235=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 226 (88.67% from 255 or 32.29% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2EB is #101D14. Grayscale: #E6E6E6. Windows color (decimal): -1056021 or 15459055. OLE color: 15459055.

HSL color Cylindrical-coordinate representation of color #EFE2EB: hue angle of 318.46º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE2EB is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239226235-
CMYK00.050.020.06
HSL318.46º28.89%91.18%-
HSV(B)318.46º5.44%93.73%-
XYZ77.7978.7489.7-
YUV230.91130.31133.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.14%
GREEN value IS 226 (88.67% from 255) = 32.29%
BLUE value IS 235 (92.19% from 255) = 33.57%
R=34.14%
G=32.29%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922623500.050.020.06318.4628.8991.18
HexEFE2EB052613e1d5b
Octal357342353052647635133
Binary111011111110001011101011010110110100111110111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2EB; }

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

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

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

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

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

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

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

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