#EFE0EA

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

Shades of Pig Pink #EFE0EA

Tints of Pig Pink #EFE0EA

Color information

#EFE0EA (or 0xEFE0EA) is unknown color: approx Pig Pink. HEX triplet: EF, E0 and EA. RGB value is (239,224,234). Sum of RGB (Red+Green+Blue) = 239+224+234=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 224 (87.89% from 255 or 32.14% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE0EA is #101F15. Grayscale: #E5E5E5. Windows color (decimal): -1056534 or 15393007. OLE color: 15393007.

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

Color convert

RGB239224234-
CMYK00.060.020.06
HSL320º31.91%90.78%-
HSV(B)320º6.28%93.73%-
XYZ77.177.688.76-
YUV229.62130.47134.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 224 (87.89% from 255) = 32.14%
BLUE value IS 234 (91.80% from 255) = 33.57%
R=34.29%
G=32.14%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922423400.060.020.0632031.9190.78
HexEFE0EA0626140205b
Octal357340352062650040133
Binary1110111111100000111010100110101101010000001000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0EA; }

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

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

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

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

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

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

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

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