#EFE2EA

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

Shades of Pig Pink #EFE2EA

Tints of Pig Pink #EFE2EA

Color information

#EFE2EA (or 0xEFE2EA) is unknown color: approx Pig Pink. HEX triplet: EF, E2 and EA. RGB value is (239,226,234). Sum of RGB (Red+Green+Blue) = 239+226+234=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 234 (91.80% from 255 or 33.48% from 699); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2EA is #101D15. Grayscale: #E6E6E6. Windows color (decimal): -1056022 or 15393519. OLE color: 15393519.

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

Color convert

RGB239226234-
CMYK00.050.020.06
HSL323.08º28.89%91.18%-
HSV(B)323.08º5.44%93.73%-
XYZ77.6478.6888.94-
YUV230.8129.81133.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.19%
GREEN value IS 226 (88.67% from 255) = 32.33%
BLUE value IS 234 (91.80% from 255) = 33.48%
R=34.19%
G=32.33%
B=33.48%

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
Decimal23922623400.050.020.06323.0828.8991.18
HexEFE2EA05261431d5b
Octal357342352052650335133
Binary111011111110001011101010010110110101000011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2EA; }

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

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

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

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

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

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

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

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